window.focus();
function popWindow1(aUrl) {
	eval("window.open ('"+aUrl+"', 'newWin', 'scrollbars=yes,status=yes,resizable=yes,width=750,height=550,dependent=yes,screenX=200,screenY=200')");
}
function nothing() {
	//nothing;
}
