function openWindow(URL,HT){
	subwin = window.open(URL,"subwin",HT);
	subwin.focus();
}
