// JavaScript Document
function longueuil(){
			self.location.hash = '#none';
			self.location.hash = '#top';
			document.getElementById('map').innerHTML = "<iframe width='495' height='345' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.ca/maps?q=Nicholls+R+Distributeurs+Inc%E2%80%8E&amp;oe=UTF-8&amp;ie=UTF8&amp;hl=en&amp;hq=Nicholls+R+Distributeurs+Inc%E2%80%8E&amp;hnear=Quebec&amp;cid=12863897737146145077&amp;ll=45.582148,-73.458452&amp;spn=0.021025,0.042486&amp;z=14&amp;iwloc=A&amp;output=embed'></iframe>";
}
function quebec(){
			self.location.hash = '#none';
			self.location.hash = '#top';
			document.getElementById('map').innerHTML = "<iframe width='495' height='345' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=R.+Nicholls+distributors+quebec&amp;sll=44.590467,-71.608887&amp;sspn=8.324332,21.643066&amp;ie=UTF8&amp;hq=R.+Nicholls+distributors&amp;hnear=Quebec&amp;cid=6061238601297188452&amp;ll=46.809107,-71.24917&amp;spn=0.020561,0.036478&amp;z=14&amp;iwloc=A&amp;output=embed'></iframe>";
}
function montreal(){
			self.location.hash = '#none';
			self.location.hash = '#top';
			document.getElementById('map').innerHTML ="<iframe width='495' height='345' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.ca/maps?q=Nicholls+R+Distributeurs+Inc%E2%80%8E&amp;ie=UTF8&amp;hq=Nicholls+R+Distributeurs+Inc%E2%80%8E&amp;hnear=Quebec&amp;cid=9656701109301136320&amp;ll=45.50767,-73.64419&amp;spn=0.021053,0.036478&amp;z=14&amp;iwloc=A&amp;output=embed'></iframe>";
}
function mississauga(){
			self.location.hash = '#none';
			self.location.hash = '#top';
			document.getElementById('map').innerHTML ="<iframe width='495' height='345' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.ca/maps?q=Nicholls+R+Distributeurs+Inc%E2%80%8E&amp;ie=UTF8&amp;hq=Nicholls+R+Distributeurs+Inc%E2%80%8E&amp;hnear=Quebec&amp;cid=12509450159972444956&amp;ll=43.67141,-79.651651&amp;spn=0.021729,0.036478&amp;z=14&amp;iwloc=A&amp;output=embed'></iframe>";
}
function toronto(){
			self.location.hash = '#none';
			self.location.hash = '#top';
			document.getElementById('map').innerHTML ="<iframe width='495' height='345' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=3200+Dufferin+Street,+%2325B++Toronto,+Ontario,+M6A+3B2&amp;sll=43.718315,-79.455642&amp;sspn=0.00825,0.021136&amp;ie=UTF8&amp;hq=&amp;hnear=3200+Dufferin+St,+Toronto,+Toronto+Division,+Ontario&amp;ll=43.727569,-79.451408&amp;spn=0.021708,0.036478&amp;z=14&amp;iwloc=A&amp;output=embed'></iframe>";
}
function ottawa(){
			self.location.hash = '#none';
			self.location.hash = '#top';
			document.getElementById('map').innerHTML ="<iframe width='495' height='345' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=5300+Canotek+Road,+Unit+4++Ottawa,+Ontario,+K1J+1A4+&amp;sll=43.719288,-79.455636&amp;sspn=0.00825,0.021136&amp;ie=UTF8&amp;hq=&amp;hnear=5300+Canotek+Rd,+Ottawa,+Ottawa+Division,+Ontario&amp;ll=45.461094,-75.584993&amp;spn=0.02107,0.036478&amp;z=14&amp;iwloc=A&amp;output=embed'></iframe>";
}

function thumbnail(product){
	document.getElementById('ProductPicture').innerHTML ="<img src='../images/product/"+ product +".jpg' />";
}

function jumpto(x){

if (document.form1.jumpmenu.value != "null") {
	document.location.href = x
	}
}

menu_status = new Array();

function showHide(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);

        if(menu_status[theid] != 'show') {
           switch_id.className = 'show';
           menu_status[theid] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[theid] = 'hide';
        }
    }
}
