// JavaScript Document

function openopenpopup(popurl){
var winpops=window.open(popurl,"","width=1024, height=768, status,resizable")
}
