function goLink(url){
	if(url.substr(0,7) == 'http://'){
		window.open(url, 'popup');
	}else{
		document.location = url;
	}
}
function OCM(cryptMail){
	window.open('httP://www.dirtech.ca/includes/sys/mailto.php?e='+cryptMail, 'clientMail', "width=100, height=100, scrollbars=0, resizable=0, top=0, left=0");
}
function printPic(pic){
	printPopUp = window.open('rabais.php?src='+pic,'_blank',"fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,directories=no,location=no,width=600,height=600,left=0,top=0");
}