<!--

//imgLoad = new Image();
//imgLoad.src="/javacontent/images/centerGraphic1.gif";

//-----------------------------LAUNCH ANOTHER WINDOW-----------------------------

function launch(page){
	var newWindow;
	newWindow=window.open(page,'','width=510,height=330,scrollbars=yes');
}

//-------------------------------------SUBMIT FORM-----------------------------------------


function submitForm(){

//	if(itsExplorer){
//		document.images["centerGraphic"].src="/javacontent/images/centerGraphic1.gif";
//		document.forms[0].submit();
//		}
//	else
//		{
//		document.forms[0].submit();
//		} 
}
