// open popup window
function myPopUp(h,t,o) {
	
	F1 = window.open(h,t,o);
}