// JavaScript Document
var saveWidth = 0;
function scaleImg(what){
	what = document.getElementById(what);
	if (navigator.appName=="Netscape") winW = window.innerWidth;
	if (navigator.appName.indexOf("Microsoft")!=-1)	winW = document.body.offsetWidth;

	if (what.width>390 || saveWidth>390) {
		if (what.width==390) {
			what.width=saveWidth;
		} else {
			saveWidth = what.width;
			what.style.cursor = "pointer";
			what.width=390;
		}
	}
}
function cartevisite() {
mag=open('carte.php','inter','width=500,height=520,status=no,scrollbars=YES,menubar=no,toolbar=no,location=no');
}
function singsing() {
mag=open('http://www.sing-sing.org/win56.php','inter','width=250,height=240,status=no,scrollbars=no,menubar=no,toolbar=no,location=no');
}
function qtvr(id) {
mag=open('qtvr.php?video='+id,'prmess','width=800,height=600,resizable=yes,status=no,scrollbars=YES,menubar=no,toolbar=no,location=no');
}
function GetImg (img,legend){
//call_pic.php?pic=$nomimages[$affimage]
var content ="<a href='call_pic.php?pic="+img+"' target='_blank'><img src='photos/"+img+"' alt='"+legend+"' height='450' border='0'></a>";
content +="<br><p>"+legend+"</p>";
document.getElementById('getpic').innerHTML=content;
}


