
function showBox1(){
	if(navigator.platform.indexOf('Mac')==-1 || navigator.userAgent.indexOf('Safari')==-1)
		GB_showFullScreen('ROSAT VINS','http://www.trisdemo.ch/rosat/pdf/prixcourant.pdf');
	else
		window.open('http://www.trisdemo.ch/rosat/pdf/prixcourant.pdf', 'ROSAT VINS', "width=1024, height=768");	
}

function showBox2(){
	if(navigator.platform.indexOf('Mac')==-1 || navigator.userAgent.indexOf('Safari')==-1)
		GB_showFullScreen('ROSAT VINS','http://www.trisdemo.ch/rosat/pdf/promotions.pdf');
	else
		window.open('http://www.trisdemo.ch/rosat/pdf/promotions.pdf', 'ROSAT VINS', "width=1024, height=768");	
}


function showBox3(){
	if(navigator.platform.indexOf('Mac')==-1 || navigator.userAgent.indexOf('Safari')==-1)
		GB_showFullScreen('ROSAT VINS','http://www.trisdemo.ch/rosat/pdf/manifestations.pdf');
	else
		window.open('http://www.trisdemo.ch/rosat/pdf/manifestations.pdf', 'ROSAT VINS', "width=1024, height=768");	
}


function showBox4(){
	if(navigator.platform.indexOf('Mac')==-1 || navigator.userAgent.indexOf('Safari')==-1)
		GB_showFullScreen('ROSAT VINS','http://maps.google.ch/maps?q=Chemin+du+Coteau+11,+Ecublens&hl=fr&ll=46.531085,6.561027&spn=0.010717,0.019205&sll=46.530908,6.561069&sspn=0.011072,0.019205&vpsrc=0&hnear=Chemin+du+Coteau+11,+1024+Ecublens,+Vaud&t=m&z=16');
	else
		window.open('http://maps.google.ch/maps?q=Chemin+du+Coteau+11,+Ecublens&hl=fr&ll=46.531085,6.561027&spn=0.010717,0.019205&sll=46.530908,6.561069&sspn=0.011072,0.019205&vpsrc=0&hnear=Chemin+du+Coteau+11,+1024+Ecublens,+Vaud&t=m&z=16', "width=1024, height=768");	
}
