function popitup(url) {
	var popupWidth = 380;
	var popupHeight = 277;
	var horizontalCenter = (screen.width - popupWidth)/ 2 ;
	var verticalCenter = (screen.height - popupHeight)/ 2 ;
	newwindow=window.open(url,'name','height='+popupHeight+', width='+popupWidth+', left='+horizontalCenter+', top='+verticalCenter+', toolbar=no,location=no, status=no, menubar=no, scrollbars=no, resizable=no');
	if (window.focus) {newwindow.focus()}
	return false;
}

function popitup1(url) {
	var popupWidth = 380;
	var popupHeight = 277;
	var horizontalCenter = (screen.width - popupWidth)/ 2 ;
	var verticalCenter = (screen.height - popupHeight)/ 2 ;
	newwindow=window.open(url,'name','height='+popupHeight+', width='+popupWidth+', left='+horizontalCenter+', top='+verticalCenter+', toolbar=no,location=no, status=no, menubar=no, scrollbars=no, resizable=no');
	if (window.focus) {newwindow.focus()}
	return false;
}

function popitup2(url) {
	var popupWidth = 380;
	var popupHeight = 277;
	var horizontalCenter = (screen.width - popupWidth)/ 2 ;
	var verticalCenter = (screen.height - popupHeight)/ 2 ;
	newwindow=window.open(url,'name','height='+popupHeight+', width='+popupWidth+', left='+horizontalCenter+', top='+verticalCenter+', toolbar=no,location=no, status=no, menubar=no, scrollbars=no, resizable=no');
	if (window.focus) {newwindow.focus()}
	return false;
}