function ShowHide(type,uid1)
	{
  		if (type=="show") 
			uid1.filters.alpha.opacity=100;
		else 
			uid1.filters.alpha.opacity=530;
	}//ShowHide



function displayWindow(url, width, height)
{
var Win=window.open("jscr/wn.html","displayWindow",'width='+width+',height='+height+',resizable=0,scrollbars=no,top=0,left=0,marginheight=0,marginwidth=0,dependent=no,menubar=no,status=no');
Win.document.open();
Win.document.write("<body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0>");
Win.document.write("<img src=" + url + " width=" + width + " height=" + height + ">");

Win.document.write("</body>");
Win.document.close();
}




	var MenuOpened = '';
	var Gamma = {
menu1	:	new Array("#2E8B57", "#F0F8FF"),
menu2	:	new Array("#32CD32", "#F0F8FF"),
menu3	:	new Array("#8FBC8F", "#F0F8FF"),
menu4	:	new Array("#8FBC8F", "#F0F8FF"),
menu5	:	new Array("#98FB98", "#F0F8FF")
	}
		

	function hideMenu(id) {
		if ( event.toElement ) {
			if( ( event.toElement.id != "mi"+id ) && ( event.toElement.id != "mi"+id ) && ( event.toElement.menu != 1 ) ) {
				closeMenu();
			}
		}
	}

	function MouseOuted() {
		if ( event.toElement ) {
			if ( event.toElement.menu != 1 ) {
				//alert( event.fromElement.type + ' to '+ event.toElement.type );
				//alert(event.toElement.menu);

				closeMenu();
			}
		}
	}

	function Activate(tr, menu) {
		tr.cells(0).bgColor = '';
		tr.bgColor = Gamma[menu][0];
	}

	function Desactivate(tr, menu) {
//		tr.cells(0).bgColor = '#E1E1E1';
		tr.bgColor = Gamma[menu][1];
	}
	
	function closeMenu() {
		if(MenuOpened) 
			document.all[MenuOpened].style.display = 'none';
		MenuOpened = '';
	}

	function showMenu(menu) {
		if(MenuOpened) {
			closeMenu();
		}
		document.all[menu].style.display = '';
		MenuOpened = menu;
	}



function ShowHide(type,uid1)
	{
  		if (type=="show") 
			uid1.filters.alpha.opacity=100;
		else 
			uid1.filters.alpha.opacity=60;
	}//ShowHide


function show_pic(pname) 
  {
     window.open(pname,'Picture', 'menubar=0,location=0,status=0,toolbar=0,scrollbars=1,resizable=1,height=400,width=700');
  }
  function show_news(nname)
  {
     window.open(nname,'Picture', 'menubar=0,location=0,status=0,toolbar=0,scrollbars=1,resizable=1,height=250,width=520');
  }


function formHandlers1(){
var URL = document.arch.arc.options[document.arch.arc.selectedIndex].value;
window.location.href = URL;
// End -->
}


function formHandlers(){
var URL = document.lists.list.options[document.lists.list.selectedIndex].value;
window.location.href = URL;
// End -->
}

function mOvr(src,clrOver) {
 if (!src.contains(event.fromElement)) {
  src.style.cursor = 'hand';
  src.bgColor = clrOver;
 }
}
function mOut(src,clrIn) {
 if (!src.contains(event.toElement)) {
  src.style.cursor = 'default';
  src.bgColor = clrIn;
 }
}
function mClk(src) {
 if(event.srcElement.tagName=='TD'){
  src.children.tags('A')[0].click();
 }
}

function show_pic3(pname) 
  {
     window.open(pname,'Picture', 'menubar=0,location=0,status=0,toolbar=0,scrollbars=1,resizable=1,height=500,width=560');
  }

function show_pic2(pname) 
  {
     window.open(pname,'Picture', 'menubar=0,location=0,status=0,toolbar=0,scrollbars=1,resizable=1,height=450,width=410');
  }



