// JavaScript Document

function applySubBG(){
	document.body.style.background="url(http://www.yogiimpressions.com/images/bg-page.jpg) no-repeat center top #B0E1FF";
	window.document.getElementById('bannerIndiaYogi').innerHTML="<a href='http://www.indiayogi.com/' target='_blank'><img src='http://www.yogiimpressions.com/images/temp/indiayogibanner.gif' /></a>";
	window.document.getElementById('topBanner').innerHTML="<a href='http://www.yogiimpressions.com/synchronicity.aspx'><img src='http://www.yogiimpressions.com/images/temp/banner.gif' /></a>";
	window.document.getElementById('mainNav').style.display="block";
	window.document.getElementById('areaLeftBar').style.display="block";
	window.document.getElementById('subWrapper').style.background="url(http://www.yogiimpressions.com/images/bg-sub-wrapper.png) no-repeat center top";
}

function applyHomeBG(){
	document.body.style.background="url(http://www.yogiimpressions.com/images/bg-page.jpg) no-repeat center top #B0E1FF";
	//window.document.getElementById('newReleases').style.background="url(images/featured-items/bg-new-releases.jpg) no-repeat";
	window.document.getElementById('bannerIndiaYogi').innerHTML="<a href='http://www.indiayogi.com/' target='_blank'><img src='http://www.yogiimpressions.com/images/temp/indiayogibanner.gif' /></a>";
	window.document.getElementById('topBanner').innerHTML="<a href='http://www.yogiimpressions.com/synchronicity.aspx'><img src='http://www.yogiimpressions.com/images/temp/banner.gif' /></a>";
	window.document.getElementById('mainNav').style.display="block";
	window.document.getElementById('areaLeftBar').style.display="block";
	window.document.getElementById('areaRightBar').style.display="block";
	window.document.getElementById('subWrapper').style.background="url(http://www.yogiimpressions.com/images/bg-sub-wrapper.png) no-repeat center top";
}