function popup1(ThisUrl){
	window.open(ThisUrl,'','resizable=yes,scrollbars=yes,width=520,height=350,left=35,top=15');
	return false;
}
function popup(ThisUrl){
	window.open(ThisUrl,'','resizable=yes,scrollbars=yes,width=420,height=350,left=35,top=35');
	return false;
}
function popup2(ThisUrl){
	window.open(ThisUrl,'','resizable=yes,scrollbars=yes,width=450,height=350,left=10,top=35');
	return false;
}
