// JavaScript Documentvar count=1function swapImg() {  if (count == 2) {    count = 1    document.images['toggle'].src="../../graphics/toggle" + count + ".gif" ;  } else {    count = count +1    document.images['toggle'].src="../../graphics/toggle" + count + ".gif" ;  }}function showDiv(theDivName){	var	theDiv=eval("document.getElementById(\""+theDivName+"\")");		if(theDiv.style.display=="none"){			theDiv.style.display="block";			}else{			theDiv.style.display="none";		}	}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function showMov(theURL){//this funtion will create and open a new window with the appropriate image in it	var etc = "menubar=no,scrollbars=auto,resizable=no,width=500,height=450"  ; //set up the the window variables    newWin=window.open('','temp',etc); //create the window	newWin.document.writeln("<html>");	newWin.document.writeln("<head><title>clips</title><link href='leapstyles.css' rel='stylesheet' type='text/css'></head>");	newWin.document.writeln("<body bgcolor='#FFFFFF'   leftmargin='0' rightmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");	newWin.document.writeln("<table width='100%' height='100%' border='0' cellspacing='0' cellpadding='0'>");	newWin.document.writeln("<tr><td align='center' valign='middle'>");	newWin.document.writeln("<iframe id='clips' name='clips' frameborder='0' scrollbars='no' marginheight='0' marginwidth='0' src='" + theURL +"' width='500px' height='350px'></iframe>");	newWin.document.writeln("<br>");	newWin.document.writeln("</td></tr>");	newWin.document.writeln("<tr><td align='right'>");	newWin.document.writeln("<span class='normalTextdark'>Close Window</span>&nbsp;<img src='graphics/close.gif' onClick=window.close();  align='absmiddle' />&nbsp;&nbsp;");	newWin.document.writeln("</td></tr>");	newWin.document.writeln("</table>");		newWin.document.writeln("</body>");	newWin.document.writeln("</html>");		newWin.document.title="Memova Presentation"  //change the name of the window	newWin.document.close(); //close the stream}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}