<!--
	function openAdobe(url)
		{
		winProps = "menubar=no, status=no, scrollbars=no, resizable=yes, width=280, height=275, toolbar=no, location=no";
		if (navigator.appName.indexOf("Microsoft") >= 0) 
			{
			winProps += ", left=50, top=50";
			} 
		else 
			{
			winProps += ", screenX=50, screenY=50";
			}
		popUp = window.open("", "pop_adobe", winProps);
		popUp.document.writeln("<html><head><title>View PDF Version</title><link rel='stylesheet' type='text/css' href='../css/PIs.css'></head><body>");
		popUp.document.writeln("<p class='table'><a href='javascript: window.close();'>Close this window</a></p>");
		popUp.document.writeln("<p align='center'><a href='/Redirect.jsp?url=http://www.adobe.com/products/acrobat/readstep2.html' target='_blank'><img src='../GenericImages/getacro.gif' border='0' vspace='5'></a><br>");
		popUp.document.writeln("In order to view this PI, you will need to have the <a href='/Redirect.jsp?url=http://www.adobe.com/products/acrobat/readstep2.html' target='_blank'>Adobe Acrobat Reader</a>.</p>");
		popUp.document.writeln("<p align='center'>If you have Adobe Acrobat Reader, <a href='" + url + "' onClick='window.moveTo(0, 0); window.resizeTo(800, 600);'>click here</a> to view this PI now.</p>");
		popUp.document.writeln("<p align='center' class='table'><img src='../GenericImages/logo.gif' border='0'><br>");
		popUp.document.writeln("© 2005, Aventis Pharmaceuticals Inc.<br>&nbsp;</p>");
		popUp.document.writeln("</body></html>");
		popUp.focus();
		}
//-->