function PopupOne(url,width,height) {
    	window.open(url, "_blank", "width="+width+",height="+height+",toolbar=no,status=no,scroll=yes");
}