function LaunchImage(){    

var popwin = window.open("", "", "scrollbars=0, status=0, toolbar=0, location=0, alwaysraised=1,height=691,width=750");

strPage = "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en-US' lang='en-US'><head><title>IBM iSRVCE</title></head><body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'><center><img alt='isrvce' src='http://www.ibm.com/services/us/aod/images/isrvce.jpg' border='0' height='691' width='750'/></center></body></html>";

	popwin.document.writeln(strPage);

	popwin.document.close();

	popwin.focus();

}


