<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items  colors
*/
function fitt(a,b) 
{                     
  return a+(screen.width-800)*(b-a)/480;
}


upe=Math.random()
function ranp(x)
{  
   ww=parseInt(upe*94)+1
   return ww
}





var d = document;

var n=new Date()
var bbody=new Array(7)
bbody[0]=''
bbody[1]=''
bbody[2]='img/bksmn/2.jpg'
bbody[3]='img/bksmn/3.jpg'
bbody[4]=''
bbody[5]='img/bksmn/5.jpg'
bbody[6]=''

YOffset=100; // no quotes!!
XOffset=fitt(280,480);;
staticYOffset=10; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=fitt(200,280); // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize=""+fitt(1,3)+"";
hdrFontColor="red";
hdrBGColor="white"; //#800000
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize=""+fitt(1,3)+"";
linkBGColor="";
linkOverBGColor="black";
linkTarget="_top";
linkAlign="Left";
barBGColor=bbody[n.getDay()];
barFontFamily="Verdana";
barFontSize=""+fitt(2,3)+"";
barFontColor="white";
barVAlign="center";
barWidth=fitt(15,22); // no quotes!!
barText="»"; // <IMG> tag supported. Put exact html for an image to show. π

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["My CSUCI Page", "http://www.csuci.edu/academics/faculty/bios/garcia1.htm", "",1, "no"] //create two column row
ssmItems[1]=["My Picture", "http://math.csuci.edu/people/pics/photos/jorge.garcia.jpg", "",1, ""]
ssmItems[2]=["My Brother's Site", "http://mx.geocities.com/garckreal/", "",1, "no"] //create two column row
ssmItems[3]=["UW-Madison", "http://www.math.wisc.edu/news/2003/graduate.html","",1, ""]
 
 


buildMenu();

//-->