function detect() {
	framesetpage="index.php";
	thispage=window.location.href;
	if (thispage.indexOf('://')<0) {
		thispage="://"+thispage;
	};

	prefix=thispage.substring(0,thispage.lastIndexOf('://'));
	suffix=thispage.substring(thispage.lastIndexOf('://')+3,thispage.length);

	if (parent.location.href==window.location.href) {
		parent.location.href=framesetpage+"?"+prefix+"&&&"+suffix;
	};
}

function changeLine(value) {
	parent.location.href = value;
}

function privacy() {
	window.open('http://www.kristalia.it/privacy.htm','modelli','width=550,height=500,left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
}

function credits() {
	//window.open('http://www.mediastudio.it/credits/credits.htm','credits','width=400,height=220,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no');
	document.getElementById('credits').innerHTML = '<span class="verd10">Design: </span><img src="../../images/inocuoBlack.gif" width="49" height="9" alt="Inocuo" /><span class="verd10">&nbsp;&nbsp;Development: Mediastudio</span>';
}