function MM_openBrWindow(theURL,winName,width,height) { //v2.0
	var left = screen.availWidth / 2 - width / 2;
	var top = screen.availHeight / 2 - height / 2;
	window.open(theURL,winName,'width=' + width + ',height=' + height + ',top=' + top + ',left=' + left);
}

function action(aN,aV){
	document.actionForm.action="";
	document.actionForm.method="post";
	document.actionForm.actionName.value=aN;
	document.actionForm.actionValue.value=aV;
	document.actionForm.submit();
}

//function adjust(id){
//	parent.document.getElementById(id).height=document.getElementById(id).style.height;
//}

function banner(){
	n=Math.floor(Math.random()*8)+1;
	document.write('<img src="images/topo'+n+'.jpg">');
}

//function favourites(){
//	external.AddFavorite("http://www.mariapapoila.com/", "Maria Papoila");
//}

function rollover(prefix,id,action){
	if(action=='over') document.getElementById(id).src='images/'+prefix+'_'+id+'_over.gif';
	if(action=='out') document.getElementById(id).src='images/'+prefix+'_'+id+'.gif';
}