function flashBanner(w,h,f)
{
	var str = "";
	str = "<embed src=\"/banner/banner_files/"+f+"\" type=\"application/x-shockwave-flash\" width=\""+w+"\" height=\""+h+"\"></embed>"
	
	document.write (str);
}
