function movein(html){

if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}

function moveout(){

if (document.getElementById)
document.getElementById("boxdescription").innerHTML='&nbsp;'
else
boxdescription.innerHTML='&nbsp;'
}

var popupOpen;
function apriPopUp(url,pWidth,pHeight)
{
	
	if (popupOpen != null) popupOpen.close();
	
	popupOpen = window.open(url, null,"status=no,locationbar=false,toolbar=false, width=" +pWidth +" ,height=" +pHeight +",top=100,titlebar=no");
	popupOpen.focus();

}

var popupScrollOpen;
function apriPopUpScroll(url,pWidth,pHeight)
{
	
	if (popupScrollOpen != null) popupScrollOpen.close();
	
	popupScrollOpen = window.open(url, null,"scrollbars=yes,resizable,status=no,locationbar=false,toolbar=false, width=" +pWidth +" ,height=" +pHeight +",top=100,titlebar=no");
	popupScrollOpen.focus();
	
}

var popupOpenPunti;
function apriPopUpPunti(url,pWidth,pHeight)
{
	
	if (popupOpenPunti != null) popupOpenPunti.close();
	
	popupOpenPunti = window.open(url, null,"status=no,resizable,locationbar=false,toolbar=false, width=" +pWidth +" ,height=" +pHeight +",top=100,titlebar=no");
	popupOpenPunti.focus();

}
