
function winOP(url,w,h) {
	window.open(url,"","width="+w+",height="+h+",top=50,left=50")
}

function winOP1(url,w,h) {
	window.open(url,"","width="+w+",height="+h+",top=250,left=250,scrollbars=yes")
}

function winOPWP(url,w,h) {
	var ww = window.open(url,"windsorpress","width="+w+",height="+h+",top=50,left=250");
	ww.focus();
}

function winOPC(url,popname,w,h) {
	//window.open(url,"","width="+w+",height="+h+",left="+((screen.width/2)-200)+",top="+((screen.height/2)-200) + ")
	window.open( url, popname, "width="+w+",height="+h+",left="+((screen.width - w)/2)+",top="+((screen.height - h)/2) + ",resizable=0, scrollbars=0");
}

function winOPCS(url,popname, w,h) {
	//window.open(url,"","width="+w+",height="+h+",left="+((screen.width/2)-200)+",top="+((screen.height/2)-200) + ")
	window.open( url, popname, "width="+w+",height="+h+",left="+((screen.width - w)/2)+",top="+((screen.height - h)/2) + ",resizable=0, scrollbars=1");
}

function popup_html(msg) {
	
	window.open("/mailetc/popup_html.asp?msg="+msg,"new3","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=no,width=300,height=200");
}