function openMap( address, other )
{
   var win=window.open( "http://maps.google.com/maps?q="+address+((other==false)?",+Carleton Place":"")+",+ON,+Canada&t=h&spn=0.021515,0.033934", "map", "height=650,width=760,resizable=1" );
   win.focus();
}

function suggest(id)
{
   var win=window.open( 'suggest.aro?id='+id,'suggest','width=525,height=465,resizable=1');
   win.focus();
}
function businessHours(id)
{
   var win=window.open( 'storeHours.aro?id='+id,'suggest','width=525,height=465,resizable=1');
   win.focus();
}
