function openWindow1(theURL,winame) {
	nWin = window.open(theURL,winame,'toolbar=no,location=no,menubar=no,resizable=yes,scrollbars=yes,width=640,height=700');
	nWin.focus();
}