function embed_on(f,x,y,c) {
	document.open();
	document.writeln('<embed src='+f+' width='+x+' height='+y+' bgcolor='+c+' wmode="opaque" type="application/x-shockwave-flash"/>');
	document.close();
}
