window.focus();
function popWindow1(aUrl) {
	eval("window.open ('"+aUrl+"', 'newWin')");
}
function nothing() {
	//nothing;
}
