// JavaScript Document
function flashPics(){
	document.write('<object id="flPics" type="application/x-shockwave-flash" data="slides.swf?dataFile=fpPhotos.xml&showLogo=false&startWithImageID=startImg&showVersionInfo=false" width="320" height="210">');
	document.write('<param name="loop" value="true" />')
	document.write('<param name="menu" value="false" />')
	document.write('<param name="allowScriptAccess" value="sameDomain" />')
	document.write('<img height="210" width="320" src="images/slideshow/couple.jpg" />')
	document.write('</object>')
}
function flashPicsLogo(){
	document.write('<object id="flPics" type="application/x-shockwave-flash" data="slides.swf?dataFile=fpPhotos_logo.xml&showLogo=false&startWithImageID=startImg&showVersionInfo=false" width="320" height="210">');
	document.write('<param name="loop" value="true" />')
	document.write('<param name="menu" value="false" />')
	document.write('<param name="allowScriptAccess" value="sameDomain" />')
	document.write('<img height="210" width="320" src="images/slideshow/couple.jpg" />')
	document.write('</object>')
}
function flashSkills(){
	document.write('<object id="flSkills" type="application/x-shockwave-flash" data="slides.swf?dataFile=fpSkills.xml&showLogo=false&showVersionInfo=false" width="788" height="67">');
	document.write('<param name="loop" value="true" />')
	document.write('<param name="menu" value="false" />')
	document.write('<param name="allowScriptAccess" value="sameDomain" />')
	document.write('<img height="67" width="788" src="images/skills_noFlash.jpg" />')
	document.write('</object>')
}
