function popup(popurl,popname,popwidth,popheight,popfeatures){

winpops=window.open(popurl,popname,"width="+popwidth+",height="+popheight+","+popfeatures)
winpops.focus();
}

