function popupAutoResize(img,w,h) {
	//function popup(url, width, height, sname) {
	var outStr = 'height=' + h + ',width=' + w;
	outStr = outStr + ',menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no';
	window.open(img, 'Foto', outStr);
}

function addFlash(altezza,larghezza,path) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+larghezza+'" height="'+altezza+'" >');
	document.write('<param name="movie" value="'+path+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="'+path+'" quality="high"  width="'+larghezza+'" height="'+altezza+'"  type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer"');
	document.write('></embed></object>');
}

function addLocator() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="760" height="393" id="flashLayer" align="" style="margin:0px;padding:0px;">');
	document.write('<param name="movie" value="front-end.swf">');
  	document.write('<param name="quality" value=high>');
  	document.write('<param name="bgcolor" value=#FFFFFF>');
	document.write('<embed src="front-end.swf" quality="high" bgcolor="#FFFFFF" width="760" height="393" name="flashLayer" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>');
}
