var imgtmp=new Image();
imgtmp.src="/images/menuup_bg.gif";
var imgtmp1=new Image();
imgtmp1.src="/images/menuup_bg_down.gif";
var imgtmp2=new Image();
imgtmp2.src="/images/menuup_bg_down_down.gif";
var imgtmp3=new Image();
imgtmp3.src="/images/menuup_end.gif";
var imgtmp4=new Image();
imgtmp4.src="/images/menuup_end_down.gif";
var imgtmp5=new Image();
imgtmp5.src="/images/menuup_end_down_down.gif";
var imgtmp6=new Image();
imgtmp6.src="/images/menuupleft_diag.gif";
var imgtmp7=new Image();
imgtmp7.src="/images/menuupleft_diag_down.gif";
var imgtmp8=new Image();
imgtmp8.src="/images/menuupleft_diag_down_down.gif";
var imgtmp9=new Image();
imgtmp9.src="/images/menuupleft_diag_first.gif";
var imgtmp10=new Image();
imgtmp10.src="/images/menuupleft_diag_first_down.gif";
var imgtmp11=new Image();
imgtmp11.src="/images/menuupleft_diag_first_down_down.gif";
var imgtmp12=new Image();
imgtmp12.src="/images/menuupleft_diagbasso_down_down.gif";


var isNS4 = (document.layers) ? true : false;
var isIE4 = (document.all && !document.getElementById) ? true : false;
var isIE5 = (document.all && document.getElementById) ? true : false;
var isNS6 = (!document.all && document.getElementById) ? true : false;
var marqueewidth=400
var marqueeheight=20
var speed=6
var marqueecontents='<FONT CLASS=tuscanyspot>Discover the secret beauties and treasures of Tuscany!</FONT>';

function SetTdBgColor(td,bgcolor)
{
	if(isIE5 || isNS6)
	{
		if (typeof(td.style) == 'undefined') return false;
		td.bgColor=bgcolor;
	}
    return true;
}

function PaperBg(td,n,op,type)
{
	if(isIE5 || isNS6)
	{
		if (typeof(td.style) == 'undefined') return false;
		td.style.backgroundImage = "url('/images/menuup_bg"+op+".gif')";		
		var first=eval("document.images['first"+n+"']");
		var end=eval("document.images['end"+n+"']");
		if(n=="1")	first.src="/images/menuupleft_diag_first"+op+".gif";
		else		first.src="/images/menuupleft_diag"+op+".gif";
		if(!type)	end.src="/images/menuup_end"+op+".gif";
		else		end.src="/images/menuupleft_diagbasso_down_down.gif";
	}
    return true;
}
function OpenPopUp(url,name,width,height)
{
	width=(width*1)+50;
	height=(height*1)+50;
	var left=(screen.width-width)/2;
	var top=(screen.height-height)/2;
	var w=window.open(url,name,"toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,width="+width+",height="+height+",left="+left+",top="+top);
	return w;
}

function ChangeImg(name,post)
{
	document.images[name].src="/images/menu/"+name+post+".gif";
}
