n = Math.floor(Math.random() * 6 + 1);
top.slogan.location.href="layout/1_2_" + n + ".htm";


top.toPrint = window;

var lh = null;

function deHighlight()
{
	if (lh != null)
	{
		lh.style.backgroundImage='none';
		lh.style.fontWeight='normal';
	}
}

function highlight(o)
{
	if (o == lh) return;
	o.style.backgroundImage='url(images/menuactive.gif)';
	o.style.fontWeight='bold';

	deHighlight();

	lh = o;

	// change image

/*	var number = Math.ceil(Math.random()*3);
	document.pic.src="images/pic_ll_"+number+".gif";*/
}

function myOnLoad()
{
/*	if (document.all)
	{
		highlight(document.all["firstLink"]);
	}*/
}

function hasNoSub()
{
	top.logo.location.href="layout/1_1.htm";
}

function hasSub()
{
	top.logo.location.href="layout/1_1_sm.htm";
}

function hasBigSub()
{
	top.logo.location.href="layout/1_1_bigsm.htm";
}

function myPrint()
{
//	alert(top.toPrint.location.href);
	top.toPrint.focus();
	if (top.toPrint) top.toPrint.print();
}
