//Popup Window Script

function openpopup(popurl,window_name,x_width,y_height){
//var popurl="supportedphones.htm"
winpops=window.open(popurl,window_name,"width="+x_width+",height="+y_height+",scrollbars=yes,left=20,top=20");
winpops.focus()
}