function popOpen(url,x,y) {
window.open(url, "myWindow", "status = 1,scrollbars=1, height = "+y+", width = "+x+", resizable = 0" );
}