//----------------------------
//Start Menu 1
//----------------------------
			
// width,leftmargin,topmargin,font,hoverfont,backcolor,hoverback,border,seperator		
var scr_w111
if(window.screen.width == 800)
{
	scr_w111 = 174
}
else
{
	scr_w111 = 289
}	
arMenu1 = new Array(
95,
scr_w111,224,
"#213BA7","#213BA7",
"#83B4E4","#F0F1EF",
"#000000","#efefef",
"Acyclovir","acyclovir_medicine.html",0,
"Valtrex","valtrex_medicine.html",0,
"Zovirax","zovirax_medicine.html",0	
)

//----------------------------
			//Start Menu 1 submenu 1
			//----------------------------
			
arMenu1_1 = new Array
(
"Info","acyclovir_medicine.html",0,
"Buy","#",0
)
arMenu1_2 = new Array
(
"Info","valtrex_medicine.html",0,
"Buy","#",0
)
arMenu1_3 = new Array
(
"Info","zovirax_medicine.html",0,
"Buy","#",0
)



			//----------------------------
			//Start Menu 2
			//----------------------------

var scr_w1
if(window.screen.width == 800)
{
	scr_w11 = 174
}
else
{
	scr_w11 = 289
}	

			
arMenu2 = new Array(
120,
scr_w11,249,
"#213BA7","#213BA7",
"#83B4E4","#F0F1EF",
"#000000","#efefef",
"Genital Herpes","genital_herpes.html",0,
"Herpes Zoster","herpes_zoster.html",0,
"Herpes Cold Sores","cold_sore_medicine.html",0
)
			//----------------------------
			//Start Menu 2 submenu 1
			
	var scr_w11
if(window.screen.width == 800)
{
	scr_w1 = 174
}
else
{
	scr_w1 = 294
	
}		
			
			
			
			
			//----------------------------
			
arMenu3 = new Array(
95,
scr_w1,103,
"#213BA7","#213BA7",
"#83B4E4","#F0F1EF",
"#000000","#efefef",
"Acyclovir","acyclovir_medicine.html",0,
"Valtrex","valtrex_medicine.html",0,
"Zovirax","zovirax_medicine.html",0	
)


var scr_resol
scr_resol = window.screen.width
function change_resolution()
{
 if( scr_resol != window.screen.width)
 {
   window.location.reload()
 }
}
setInterval("change_resolution()",500)