/*********************
*Rollover*
*********************/

function swap(obj,bild){
	obj.firstChild.src = bild;
}

/*********************
*POPUP*
*********************/

function popup(url){	
	popwin=window.open(url,'new','width=600,height=600,top='+(screen.height / 2 - 300)+',left='+(screen.width / 2 -300)+',location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}

/*********************
*iniz*
*********************/

function iniz()
{	if(navigator.appName.toLowerCase().indexOf("netscape")>-1){
		st="-25px";
	}
	else {
		st="16px";
	}
	ul=document.getElementsByTagName('UL');
	for(i=0;i<ul.length;i++)
	{	ul[i].style.marginLeft=st;
	}
}
