<!--

function OpenWindow(strURL,width,height,sroll){
	var objWnd = window.open(strURL,"Detail","scrollbars=" + sroll + ",resizable=yes,status=yes,height=" + height + ",width=" + width + ",left=0,top=0");
	objWnd.focus();
}

//-->
