<!--
function opennewwindow(strURL){
	window.open(strURL,'newwindow','width=630,height=420,top=0,left=0,scrollbars=yes,resizable=yes');
}
//-->
