function PopUp(url, name, wwidth, wheight, wresize, wscrolls){
    newwindow=eval("window.open('" + url + "','" + name + "','toolbar=no,menubar=no,address=no,status=no,dependent=yes,left=15,top=15,resizable=" + wresize + ",scrollbars=" + wscrolls + ",height=" + wheight + ",width=" + wwidth + "')");   
}
