﻿function popup1(url) {
	newwindow=window.open(url,'name','height=500,width=520,resizable=no,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popup2(url) {
	newwindow=window.open(url,'name','height=400,width=536,resizable=no,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popup3(url) {
	newwindow=window.open(url,'name','height=400,width=330,resizable=no,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
	return false;
}