function VerPag(idp){
if (idp == 1) { 
dir = "hp_03.html" 
window.open(dir, "PopUp", "toolbar=0,scrollbars=1,location=0,statusbar=0,tittlebar=0,menubar=0,resizable=0,width=550,height=400,left = 1,top = 1")
}
else if (idp == 2){ 
dir = "acer_02.html"
window.open(dir, "PopUp","toolbar=0,scrollbars=1,location=0,statusbar=0,tittlebar=0,menubar=0,resizable=0,width=550,height=400,left = 1,top = 1")
}
else if (idp == 3){ 
dir = "toshiba_01.html"
window.open(dir, "PopUp", "toolbar=0,scrollbars=1,location=0,statusbar=0,tittlebar=0,menubar=0,resizable=0,width=550,height=400,left = 1,top = 1")
}
}