
var infoEmailTo = 'craftersclearance@comcast.net';
var volunteerEmailTo = 'craftersclearance.volunteer@comcast.net';
//  7-27-2010 bad var hrefSchoolMap = 'http://www.mapquest.com/maps/map.adp?country=US&amp;addtohistory=&amp;formtype=address&amp;searchtype=address&amp;cat=&amp;address=11911%20Clinton%20River%20Rd&amp;city=Sterling%20Heights&amp;state=MI&amp;zipcode=48313%2D2420';
var hrefSchoolMap = 'http://www.mapquest.com/maps?city=Sterling+Heights&state=MI&address=11911+Clinton+River+Rd&zipcode=48313-2420&country=US&latitude=42.60213&longitude=-83.01115&geocode=ADDRESS';
//var hrefAreaHotels = '';
var hrefAreaHotels = 'http://local.yahoo.com/results;_ylt=Ahn17zpaxRMJQBC7zHKq87qHNcIF;_ylv=3?p=hotel&csz=11911+Clinton+River+Road+Sterling+Heights%2C+Michigan';

var downloadIsClicked = false;

function downloadClick()
{
if ( ! downloadIsClicked )
    {
    document.getElementById('darrow').src='images/downArrow.png';
    }
else
    {
    document.getElementById('darrow').src='images/rightArrow.png';
    }
downloadIsClicked = ! downloadIsClicked;
}

function downloadOver()
{
document.getElementById('downdiv').style.background='url(images/gradientGoldLite110.png) 0 0 no-repeat';
}

function downloadOut()
{
document.getElementById('downdiv').style.background='url(images/gradientGoldNorm110.png) 0 0 no-repeat';
}

function goToUrl( toUrl, winOption )
{
window.open( toUrl, winOption);
return false;
}

function doOnMouseOverStyle( obj, tstring )
{
//obj.style.backgroundColor="#f65959";
//obj.style.filter:alpha(opacity=50);
//obj.style.opacity:.50;
obj.title=tstring;
//obj.className='tblBtnStyleHover';
// dark burgundy 741847
//document.body.style.backgroundImage="url(musicline08.gif)";
//document.body.style.backgroundImage="url(musicline08.gif)";
}

function doOnMouseOutStyle( obj )
{
//obj.style.backgroundColor="#f0cb25";
obj.title=null;
//obj.className='tblBtnStyle';
//document.body.style.backgroundImage="url(musicline08.gif)";
//document.body.style.backgroundImage="url(musicline08.gif)";
// f0cb25
}
