
function RunClip()
{
    var ccfc_width = 760;
    var ccfc_height = 161;
    var ccfc_filePath = "0f/010.swf";
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="'+ccfc_height+'" width="'+ccfc_width+'">\n');
    document.write('<param name="movie" value="'+ccfc_filePath+'">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<param name="play" value="true">\n');
    document.write('<embed height="'+ccfc_height+'" pluginspage="http://www.macromedia.com/go/getflashplayer" src="'+ccfc_filePath+'" type="application/x-shockwave-flash" width="'+ccfc_width+'" quality="high" play="true">\n');
    document.write('</object>\n');
}

function CCMap(CCTool) {
	var DD_Street="4225+Woodbine+Road";
	var DD_City="Pace";
	var DD_State="FL";
	var DD_Zip="32571";
	var DD_Zoom="4";
	var DD_GZoom="15";
	var GG= "http://maps.google.com/maps?f=q&hl=en&geocode=&q=" + DD_Street + "+" + DD_City + "+" + DD_State + "+" + DD_Zip + "&ie=UTF8&z=" + DD_GZoom + "&iwloc=addr&om=0&zoom=" + DD_Zoom + "";
	var YY= "http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=" + DD_Street + "&csz=" + DD_City + "+" + DD_State + "+" + DD_Zip + "&resize=l&trf=0&mag=" + DD_Zoom;
	var MQ= "http://www.mapquest.com/maps/map.adp?searchtype=address&address=" + DD_Street + "&city=" + DD_City + "&state=" + DD_State + "&zipcode=" + DD_Zip + "&mag=" + DD_Zoom;
   if (CCTool=='Google'){
   	window.open(GG);
   }
   if (CCTool == 'Yahoo'){
   	window.open(YY);
   }
   if (CCTool == 'MapQuest'){
   	window.open(MQ);
   }
}
