function RunFoo()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="290">\n');
	document.write('<param name="movie" value="/TemplateFiles/images/home.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('</object>\n');
}

function largerView(theURL) { //v2.0
  window.open(theURL,'lgPhoto','scrollbars=no,width=620,height=590');
}


function popContent(theURL) { //v2.0
  window.open(theURL,'content','scrollbars=yes,width=540,height=550');
}

function launchVideo(theURL) { //v2.0
  window.open(theURL,'video','scrollbars=no,width=360,height=400');
}

function launchPresentation(theURL) { //v2.0
  window.open(theURL,'presentation','scrollbars=no,width=1000,height=450');
}

function launchVideoNew(url, name, w, h, x, y) {

  popupWin = window.open(url, name,

    'width=' + w + ',height=' + h + ',left=' + x + ',top=' + y);

}
