function Popup_web(url,wd,hd) {
	F = window.open(url, "Popup", "width="+wd+",height="+hd+",scrollbars=no,toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1");
}
function Popup_web1(url,wd,hd) {
	F = window.open(url, "Popup", "width="+wd+",height="+hd+",scrollbars=yes,toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1");
}



