<!--
function windowOpen(site){
ChildWindow=window.open(site,"ChildWindow","width=950,height=650,location=no,menubar=no,scrollbars=yes,resizable=yes");
		ChildWindow.focus();
}

var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function cipspreview_DoFSCommand(command, args, winWidth, winHeight) {
  var cipspreviewObj = InternetExplorer ? cipspreview : document.cipspreview;
  
 	if (command=="winOpenPreviewCourse")
		{
		theurl=args;
		winleft=(screen.width-450)/2;
		wintop=(screen.height-540)/2;
		ChildWindow=window.open(theurl,"ChildWindow","width=450,height=540,location=no,menubar=no,scrollbars=yes,left="+winleft+",top="+wintop+",resizable=no");
		ChildWindow.focus();
		};
		
	if (command=="winOpenSendLinkToFriend")
		{
		theurl=args;
		winleft=(screen.width-470)/2;
		wintop=(screen.height-300)/2;
		ChildWindow=window.open(theurl,"ChildWindow","width=470,height=300,location=no,menubar=no,scrollbars=yes,left="+winleft+",top="+wintop+",resizable=no");
		ChildWindow.focus();
		};
  //
}
// Hook for Internet Explorer 
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub cipspreview_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call cipspreview_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}

document.write(' <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ID=cipspreview WIDTH=895 HEIGHT=109> ');
document.write(' <PARAM NAME=movie VALUE="indexfooter.swf"> <PARAM NAME=quality VALUE=high>');
document.write(' <EMBED src="indexfooter.swf" quality=high ');
document.write(' WIDTH=895 HEIGHT=109	swLiveConnect=true NAME=cips_preview ')
document.write('  TYPE="application/x-shockwave-flash" ');
document.write(' PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
document.write(' </OBJECT> ');



//-->
