function adjustLayout()
{
	var sHeight = xHeight("content-side3");
  	var cHeight = xHeight("content-main3");
  	var maxHeight = Math.max(sHeight, cHeight);
  	xHeight("content-side3", maxHeight + xHeight("footer"));
  	xHeight("content-main3", maxHeight);
}
function SetAction(action,thestore)
{
	if(action==1)
		document.getElementById("actionbox").innerHTML="<img src=\"./locations/"+thestore+"store.gif\" />";
	else if(action==2)
		document.getElementById("actionbox").innerHTML="<embed src=\"./locations/"+thestore+".mov\" height=197 width=263 alt=\"Take a Virtual Tour of our Shop\" PLUGINSPAGE=\"http://quicktime.apple.com\"></embed>";
}
function directions(address) 
{		
	w=window.open('http://maps.google.com/maps?q='+address,'ImageDisplay','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=800,height=710');
	w.focus();		  
}
function openmeup(number) 
{		
	var w=window.open('getcoupon.php?code='+number,'PrintCoupon','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=400,height=400');
	w.focus();		  
}