<!--
var patuach;
var h=screen.width;
var prodfile="";

var prod2= new Array(); //qx102
var prod3= new Array();//qx202c
var prod4= new Array();//qx302c

//all pop up win qx102
prod2[0]="width=515,height=280,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //MP-10 Multi-well plate
prod2[1]="width=595,height=220,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //MA-4  Multi-well Aspirator
prod2[2]="width=635,height=230,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //AT-60 Aspirator Tips
prod2[3]="width=536,height=160,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //IB-64Imaging Buffer
prod2[4]="width=595,height=205,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //RT-56 Calibration Capsule
prod2[5]="width=530,height=123,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //PI-24 Particle Imaging Kit
prod2[6]="width=475,height=124,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //PT-20 PTA Staining Kit

prod2[7]="width=680,height=220,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //qx102

//all pop up win qx202c
prod3[0]="width=400,height=190,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //MP-12 multi-Capsule Plate
prod3[1]="width=453,height=148,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //IB-64 Imaging Buffer
prod3[2]="width=620,height=190,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //RT-58Calibration Capsule
prod3[3]="width=515,height=140,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //Aplicator(Micromen m25
prod3[4]="width=670,height=230,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //qx202C

//all pop up win qx302
prod4[0]="width=555,height=220,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //MP-12Capsule Plate
prod4[1]="width=505,height=160,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //IB-74 Imaging Buffe
prod4[2]="width=590,height=203,top=110,left=" + 0.5*(h-460) + ",resizable=0,location=0"; //RT-58Calibration Capsule
prod4[3]="width=670,height=225,top=110,left=" + 0.5*(h-460) + ",resizable=1,location=0"; //qx302

function winimgx(k,n) 
{
var arrstr=eval("prod"+k)
	if(!patuach)
	{
		prodfile="products0" + k+ n + ".html";
		x=window.open(prodfile,"",arrstr[n-1]);
	}
	else
	{
		x.close();
		patuach=false;
		prodfile="products0" + k+ n + ".html";
		x=window.open(prodfile,"",arrstr[n-1]);
	}
}

//-->







			
			