function openpopup(){
var popurl="main.html"
winpops=window.open(popurl,"","width=1024,height=768,scrollbars,resizable")
}