<!-- hide from JavaScript-challenged browsers
function openWindow(url){popupWin = window.open(url,'PaginaDettaglio','resizable=yes,width=740,height=480,scrollbars=yes,toolbars=no,menubar=no,top=10,left=10,status=yes')};
var gAppConfigure = {	kBlankLinkMessage: ' [Apre una nuova finestra]'};function BlankTarget() {
	for (i = 0; i < document.links.length; i++) {
		if (document.links[i].className.indexOf('target_blank') != -1) {
			document.links[i].setAttribute('target', '_blank');
			document.links[i].title += gAppConfigure.kBlankLinkMessage;
			}
		}
}
var previousHandler = (window.onload) ? window.onload : function () {};
window.onload = function () { previousHandler(); BlankTarget(); };


function printContent(id){	str=document.getElementById(id).innerHTML	newwin=window.open('','printwin','left=80,top=80,width=600,height=400')	newwin.document.write('<HTML>\n<HEAD>\n')	newwin.document.write('<TITLE>Stampa</TITLE>\n')	newwin.document.write('<style type="text/css">body,div,td,th,p {font-style: tahoma;} img {border: none;} .noprint {display: hidden;}</style>')	newwin.document.write('<script>\n')	newwin.document.write('function chkstate(){\n')	newwin.document.write('if(document.readyState=="complete"){\n')	newwin.document.write('window.close()\n')	newwin.document.write('}\n')	newwin.document.write('else{\n')	newwin.document.write('setTimeout("chkstate()",2000)\n')	newwin.document.write('}\n')	newwin.document.write('}\n')	newwin.document.write('function print_win(){\n')	newwin.document.write('window.print();\n')	newwin.document.write('chkstate();\n')	newwin.document.write('}\n')	newwin.document.write('<\/script>\n')	newwin.document.write('</HEAD>\n')	newwin.document.write('<BODY onload="print_win()">\n')	newwin.document.write('<img src="http://www.rinaudoimmobiliare.it/images/logobn.gif" border=0 width=400 height=175><br>Rinaudo S.r.l. Studio Immobiliare • Via Buniva, 14 - Pinerolo (TO) • Tel. (+39) 0121795587 / 0121794090<hr>\n')	newwin.document.write(str)	newwin.document.write('</BODY>\n')	newwin.document.write('</HTML>\n')	newwin.document.close()}

// done hiding -->
