function popup(URL) {
	var width = 422;
	var height = 275;
	var left = 1;
	var top = 1;
	window.open(URL,'popup', 'width='+width+', height='+height+', top='+top+', left='+left+', toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, fullscreen=no');
}

function popup2(URL) {
	var width = 250;
	var height = 282;	var left = 1;
	var top = 1;
	window.open(URL,'popup2', 'width='+width+', height='+height+', top='+top+', left='+left+', toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, fullscreen=no');
}