function selectorRedirect(theURL)
{
	if (theURL != "")
	{
		document.location.href = theURL;
	}
}


function apriDemo (str,IDIMM,lang) 
{
	PopUp=window.open('http://www.xlimage.it/xldemo.php?image='+str+'&ID='+IDIMM+'&lang='+lang+'&iface=1','PopUpWindow','directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,width=760,height=460');
}	