// JavaScript Documentfunction loader() {   if ( navigator.appName == "Netscape" || navigator.appName == "Safari") {      var plugIn = document.MediaPlayer1;      document.appObs.setByProxyDSScriptCommandObserver(plugIn,true);   }}function popup(url,winwidth,winheight) {	var x = (screen.width/2)-(winwidth/2+10)	var y = (screen.height/2)-(winheight/2+20)	var look='width='+winwidth+',height='+winheight+','	popwin=window.open(url,"",look,screenX=x,screenY=y)	}function popPDF(pdfURL,pagetitle) {	winwidth = 700;	winheight = 500;		var xx = (screen.width/2)-(winwidth/2+10)	var yy = (screen.height/2)-(winheight/2+20)	var look='width='+winwidth+',height='+winheight+','	popFrames=window.open("","",look,screenX=xx,screenY=yy)	popFrames.moveTo(xx,yy)	popFrames.document.open()	popFrames.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">')	popFrames.document.write('<head>')	popFrames.document.write('<title>'+pagetitle+'</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">')	popFrames.document.write('</head>')	popFrames.document.write('<frameset rows="*,30" frameborder="NO" border="0" framespacing="0">')	popFrames.document.write('<frame src="'+pdfURL+'" name="mainFrame">')	popFrames.document.write('<frame src="pdf_frame2.html" name="bottomFrame" scrolling="NO" noresize>')	popFrames.document.write('</frameset>')	popFrames.document.write('<noframes><body text="#000000" link="D3232D" vlink="D3232D" alink="D3232D" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onBlur="self.close()">Your browser does not support frames.<br>Please download the latest version of Internet Explorer or Netscape Navigator.</body></noframes>')	popFrames.document.write('</html>')	popFrames.document.close()}function popWMP(videosrc,pagetitle,standby) {	winWidth = 400;	winHeight = 370;	videoWidth = 400;	videoHeight = 320;	var xx= (screen.width/2)-(winWidth/2+10)	var yy= (screen.height/2)-(winHeight/2+20)	var look='width='+winWidth+',height='+winHeight+','	popWindow=window.open("","",look,screenX=xx,screenY=yy)	popWindow.moveTo(xx,yy)	popWindow.document.open()	popWindow.document.write('<head>')	popWindow.document.write('<title>'+pagetitle+'</title>')	popWindow.document.write('</head>')	popWindow.document.write('<body bgcolor="#E0DFE3" text="#000000" link="#D3232D" vlink="##D3232D" alink="##D3232D" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">')	popWindow.document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td align="center" valign="middle">')	popWindow.document.write('<OBJECT ID="MediaPlayer1" width='+videoWidth+' height='+videoHeight+' classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" CODEBASE="include/nsmp2inf.cab#Version=6,4,5,715" ');	popWindow.document.write('standby="'+standby+'" type="application/x-oleobject">');	popWindow.document.write('<PARAM NAME="AutoStart" VALUE="True">');	popWindow.document.write('<PARAM NAME="FileName" VALUE="'+videosrc+'">')	popWindow.document.write('<PARAM NAME="ShowControls" VALUE="True">')	popWindow.document.write('<PARAM NAME="ShowStatusBar" VALUE="False">')	popWindow.document.write('<PARAM NAME="Standby" VALUE="'+standby+'">')	popWindow.document.write('<EMBED type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" ')	popWindow.document.write('SRC="'+videosrc+'" ')	popWindow.document.write('name="MediaPlayer1" ')	popWindow.document.write('width='+videoWidth+' height='+videoHeight+' ')	popWindow.document.write('autostart=1 showcontrols=1 standby="'+standby+'">')	popWindow.document.write('</EMBED>')	popWindow.document.write('</OBJECT>')	popWindow.document.write('<p><a href="javascript:window.close()"><font size="1" face="Arial, Helvetica, sans-serif">Close Window</font></a></p>')	popWindow.document.write('</td></tr></table>')		if ( navigator.appName == "Netscape" || navigator.appName == "Safari")     {        navigator.plugins.refresh();        popWindow.document.write("\x3C" + "applet MAYSCRIPT Code=NPDS.npDSEvtObsProxy.class" )        popWindow.document.writeln(" width=1 height=1 name=appObs\x3E \x3C/applet\x3E")    }		if ( navigator.appName == "Netscape" || navigator.appName == "Safari") {      var plugIn = popWindow.document.MediaPlayer1;      popWindow.document.appObs.setByProxyDSScriptCommandObserver(plugIn,true);	}	popWindow.document.onload = loader();		popWindow.document.write('</body>')	popWindow.document.close()	}function fsPopup(pageurl) {	newwin=window.open(pageurl,"",menubar=false,status=false,titlebar=false,fullscreen=true)	newwin.window.moveTo(0,0)	newwin.window.resizeTo(screen.width,screen.height)	window.opener = top	window.focus()	window.close()	newwin.window.focus()}function printpage() {	if (window.print)	{		window.print()	} else {		alert( "Sorry, your browser doesn't support this feature.\nTo print this page, Go to the file FILE menu and click PRINT" )	}}function popVideo(videosrc,pagetitle) {	// Simple Browser Check 	/*var ns4 = (document.layers) ? 1 : 0;	var ie4 = (document.all) ? 1 : 0;	var ns6 = (document.getElementById && !document.all) ? 1 : 0;*/		winWidth = 400	winHeight = 370	var xx= (screen.width/2)-(winWidth/2+10)	var yy= (screen.height/2)-(winHeight/2+20)	var look='width='+winWidth+',height='+winHeight+','	popWin=window.open("","",look,screenX=xx,screenY=yy)	popWin.moveTo(xx,yy)	popWin.document.open()	popWin.document.write('<head>')	popWin.document.write('<title>'+pagetitle+'</title>')	popWin.document.write('</head>')	popWin.document.write('<body bgcolor="#000000" text="#000000" link="#D3232D" vlink="##D3232D" alink="##D3232D" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onBlur="self.close()">')	popWin.document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td align="center" valign="middle">')	popWin.document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="240" HEIGHT="200" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">')	popWin.document.write('<PARAM name="SRC" VALUE="'+videosrc+'"><PARAM name="AUTOPLAY" VALUE="true"><PARAM name="CONTROLLER" VALUE="true">')	popWin.document.write('<embed src="'+videosrc+'" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" width="240" height="200" AUTOPLAY="true" CONTROLLER="true" align="center" alt="loading..." border=1></embed>')	popWin.document.write('</OBJECT>')		popWin.document.write('<p><a href="javascript:window.close()"><font size="1" face="Arial, Helvetica, sans-serif">Close Window</font></a></p>')	popWin.document.write('</td> </tr> </table>')	popWin.document.write('</body>')		popWin.document.close()}