function stay()
{
	void(0);
}

// #############################################################################
// function to open pop-up window
function MM_openBrWindow( theURL, winName, features )
{ //v2.0
	window.open(theURL,winName,features);
}
// #############################################################################

// #############################################################################
// function to open center pop-up window
function openPopup(page, name, w, h)
{
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open(page,name,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
// #############################################################################

// #############################################################################
// function to open Live support Pop-up Window
function supportoLive()
{
	window.open('http://server.iad.liveperson.net/hc/84182868/?cmd=file&file=visitorWantsToChat&site=84182868&referrer='+escape(document.location),'chat84182868','width=472,height=320');
}
// #############################################################################


function popDoc( doc, title )
{
	newwindow = window.open( doc, title, "width=372,height=450,top=120,left=70,status=no,toolbar=no,resizable=no,menubar=no,location=no,scrollbars=yes");
}


function popup_clarissa()
{
	openPopup( 'promozioni/clarissa/index.html', 'clarissa', 780, 415 );
}