<!-- //
function MM_openBrWindow(theURL,winName, height, width) {
  var popwidth = width;
  var popheight = height;
  var winw = (window.screen.width - popwidth) / 2;
  var winh = (window.screen.height - popheight) / 2;
  var features ='width='+popwidth+',height='+popheight+',resizable=yes,scrollbars=no,status=no,screenX='+winh+',screenY='+winw+',top='+winh+',left='+winw;
window.open(theURL,winName,features);
}


aQSSectionVars=("","");
sQSSectionVarsLong="";
aQSSectionVars[1]="";
sQSImgSectionVarsLong="";
sImgPath="";


function writeSwf() {
//We use this code to receive the variables sent via querystring to this page
//And to send it to the swf file before it loads
	queryVariables = location.search.substring (1,location.search.length);
//	alert(queryVariables);

//do the query strings need to be attached to "name=" or just "src="?
//sQSSectionVarsLong or sImgPath?

	line='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="994" height="460" id="pow_main.swf" align="middle">';
	line+='<param name="movie" value="103_Plasma_3.swf'+sImgPath+'">';
	line+='<param name="quality" value="high">';
	line+='<param name="bgcolor" value="#ffffff">';
	line+='<param name="wmode" value="transparent">';
	line+='<param name="allowScriptAccess" value="always">';
	line+='<param name="swLiveConnect" value="true">';
	line+='<embed src="103_Plasma_3.swf'+sImgPath+'" quality="high" bgcolor="#ffffff" wmode="transparent" width="994" height="460" name="pow_main.swf" align="middle" allowScriptAccess="always" swLiveConnect="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
	line+='</object>'
	document.write(line)
}

//

  //-->