function flash(url,w,h){
	var str = "<embed src='"+ url +"' width='"+ w +"' height='"+ h +"'  wmode = 'transparent'></embed>"
	document.write( str );
}
