
function WindowOpen(address,name,width,height,top,left)
{
window.open(address,name,"width="+width+",height="+height+",top="+top+",left="+left+", scrollbars=0,resizable=0,toolbar=0,status=0,location=0,menubar=0")
}

