function flpyxy(x,y,sw,pr){
	document.write('<embed width="');
	document.write(x);
	document.write('" height="');
	document.write(y);
	document.write('" align="middle" menu="false" loop="true" play="true" scale="showall" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowscriptaccess="always" name="flpnami" quality="high" src="');
	document.write(sw);
	document.write('"  flashvars="');
	document.write(pr);
	document.write('"></embed>');
}
