var n = 15;
var f = false;
var b = new Array;
	function prel(){
		if(document.images) {
		  for(i=1;i<=n;i++)
				   {str = '/images/photo/f' + i + '_a.gif';
				   b[i-1] = new Image();
				   b[i-1].src = str;
	}f = true;
			}
	}


/*------ inside menu -------*/
function menuin_on(id){
	document.getElementById(id).style.color='#FE9518';
	}
function menuin_off(id)	{
	document.getElementById(id).style.color='#FFFFFF';
	}
	
function star_on(id){
	document.getElementById(id).style.backgroundImage="url(/images/starSubmenu.gif)";
	}
function star_off(id){
	document.getElementById(id).style.backgroundImage="url(/images/spacer.gif)";
	}	
/*------/ inside menu -------*/
