function popitup(url) {
	newwindow=window.open(url,'name','height=620,width=800, left=200, top=30,toolbar=No, menubar=no, location=No, titlebar=no, location=no, scrollbars=No, status=No, resizable=No, fullscreen=No');
	if (window.focus) {newwindow.focus()}
	return false;
}
//Old Page Height: 550 px
function popuplang(url) {
	newwindow=window.open(url,'name','height=620, width=580, left=200, top=30,toolbar=No, menubar=no, location=No, titlebar=no, location=no, scrollbars=yes, status=No, resizable=No, fullscreen=No');
	if (window.focus) {newwindow.focus()}
	return false;
}