<!--

function openNewWindow(strURL)
{

	var openNew = open(strURL,'popUpWindow',"height=400,left=100,location,menubar,resizable,scrollbars,status,toolbar,top=50,width=600");
		openNew.focus();
}

//-->