<!-- //

   aQSSectionVars=("","");
    sQSSectionVarsLong="";

    function writeSwf(){
	   queryVariables = location.search.substring (1,location.search.length);
        //alert(queryVariables);
	    aQSVars = queryVariables.split("&");
	    for (i=0; i<aQSVars.length; i++){
	       	if (aQSVars[i].indexOf("section")!=-1){
                sQSSectionVarsLong = aQSVars[i];
                aQSSectionVars = aQSVars[i].split("=");
                //alert(aQSSectionVars[0]);
                //alert(aQSSectionVars[1]);
            }
	   }
 
	   line='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="994" height="655" id="plasma_exp" align="middle">';
	   line+='<param name="movie" value="plasma_exp.swf?'+sQSSectionVarsLong+'">';
	   line+='<param name="quality" value="high">';
	   line+='<param name="swliveconnect" value="true">';
	   line+='<param name="wmode" value="transparent">';
	   line+='<param name="allowscriptaccess" value="always">';
	   line+='<param name="bgcolor" value="#4D8CA7">';
	   line+='<embed src="plasma_exp.swf?'+sQSSectionVarsLong+'" quality="high" wmode="transparent" bgcolor="#4D8CA7" width="994" swliveconnect="true" height="655" name="plasma_exp" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
	   line+='</object>';
	   document.write(line);
	   
    }
    
    
    // child window
    
    
       var ChildWin = null;
    function launchWin(url, w, h){
        var l = (window.screen.width-w)/2;
        var t = (window.screen.height-h)/2;
        if (l < 0) {l = 0};
        if (t < 0) {t = 0};
        windowprops = "left="+l+",top="+t+",width="+w+",height="+h+", scrollbars=1, resizable=0";
      if (ChildWin && !ChildWin.closed){
        ChildWin.close();
        ChildWin = null;
    };
    if (ChildWin && ChildWin.closed){
        ChildWin = window.open(url, "ChildWin", windowprops);
        return;
    };
    ChildWin = window.open(url, "ChildWin", windowprops);
    };
    
    //-->