// JavaScript Document

// Copyright 2006 Sabia Creative Design
// Show-Hide

function HideContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "none";
}
function ShowContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "";
}
function ReverseContentDisplay(d) {
if(d.length < 1) { return; }
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = ""; }
else { document.getElementById(d).style.display = "none"; }
}

function MM_preloadImages() { 
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function writeClientFlash(){ 
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="170" height="420" id="clientflash">\n'); 
	document.write('<param name="movie" value="flash/clients.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#f8f8f8" /><embed src="flash/clients.swf" quality="high" bgcolor="#f8f8f8" width="170" height="420" name="OnPoint Marketing Clients" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n'); 
	document.write('</object>\n'); 
}
function writeHomeFlash(){ 
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="199" height="466" id="homeflash">\n'); 
	document.write('<param name="movie" value="flash/opm.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#f8f8f8" /><embed src="flash/opm.swf" quality="high" bgcolor="#f8f8f8" width="199" height="466" name="OnPoint Marketing Events" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n'); 
	document.write('</object>\n'); 
}