function popup(URL) {
	var width = 250;
	var height = 282;
	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');
}