// jsFlash.js

function show_flashbanner(page){
	document.write ('<object type="application/x-shockwave-flash" data="/flash/'+page+'.swf" width="334" height="203">')
	document.write ('<param name="movie" value="/flash/'+page+'.swf"/>')
	document.write ('<param name="wmode" value="transparent"/>')
	document.write ('<img src="flash/images/001.jpg" alt="" />')
	document.write ('</object>')	
}

function show_flashside(page){
	document.write ('<object type="application/x-shockwave-flash" data="/flash/'+page+'.swf?link=/corporate.html" width="224" height="141">')
	document.write ('<param name="movie" value="/flash/'+page+'.swf?link=/corporate.html"/>')
	document.write ('<param name="wmode" value="transparent"/>')
	document.write ('<img src="flash/images/frame7.jpg" alt="" />')
	document.write ('</object>')	
}

function show_other()
	{
	p=document.getElementById("pother")
	f=document.getElementById("find")
	if(f.options[f.selectedIndex].value=="Other")
		{p.style.display="block"}
	else
		{p.style.display="none"}
	}