function loadflash(url,width,height){
	document.write("<embed src='"+url+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+width+"' height='"+height+"' menu='false'></embed>")
}
function loadflash2(url,iname,width,height){
	document.write("<embed src='"+url+"' id='"+iname+"' name='"+iname+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+width+"' height='"+height+"'></embed>")
}