function flash(flashsrc,flashwidth,flashheight){
	document.write("<embed src=\""+flashsrc+"\" quality=high wmode=transparent pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width="+flashwidth+" height="+flashheight+" align=center></embed>");
}
function mp3(mp3src,mp3width,mp3height){
	document.write("<embed src=\""+mp3src+"\" autostart=\"true\" type=\"application/x-mplayer2\" width="+mp3width+" height="+mp3height+"></embed>");
}
