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