function embedelem(pid,pwidth,pheight,ps,pstyle,psalign,phideonmouseover){
	if (phideonmouseover=="" ){
		phideonmouseover=0;
	}
	if (pstyle!="") {
		document.writeln("<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=\"" + pwidth + "\" height=\"" + pheight +"\" id=" + pid + " align=\"center\" style=\"" + pstyle + "z-index:0\" onmouseover=\"this.style.zIndex=" + phideonmouseover + "\">");}
	else{
		document.writeln("<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=\"" + pwidth + "\" height=\"" + pheight +"\" id=" + pid + " align=\"middle\" style=\"position:absolute;bottom:0px;left:5px;z-index:0\" onmouseover=\"this.style.zIndex=" + phideonmouseover + "\">");
	}
	
	document.writeln("<param name=\"allowScriptAccess\" value=\"always\" />");
	document.writeln("<param name=\"movie\" value=\"../components/elem/" + pid + ".swf\" />");
	document.writeln("<param name=\"quality\" value=\"high\" />");
	document.writeln("<param name=\"bgcolor\" value=\"#370202\" />");
	document.writeln("<param name=\"loop\" value=\"false\" />");
	document.writeln("<param name=\"wmode\" value=\"transparent\" />");
	if (ps!=""){
		document.writeln("<param name=\"scale\" value=\"" + ps + "\" />");
	}
	if (psalign!="") {
		document.writeln("<param name=\"salign\" value=\"" + psalign +"\" />");}
	else{
		document.writeln("<param name=\"salign\" value=\"bl\" />");
	}
	
	document.writeln("<embed src=\"../components/elem/" + pid + ".swf\" swLiveConnect=true quality=\"high\" scale=\"" + ps + "\" salign=\""  + psalign + "\" bgcolor=\"#370202\" width=\"" + pwidth + "\" height=\"" + pheight + "\" wmode=\"transparent\" loop=\"false\" name=\"" + pid + "\" align=\"center\" style=\"" + pstyle + "z-index:0\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" onmouseover=\"this.style.zIndex=" + phideonmouseover +"\"/>");
	document.writeln("</object>");
}