function MouseOver(id)
{
	document.images[id].src = "images_net/nav_" + id + "_01.jpg";
}

function MouseOut(id)
{
	document.images[id].src = "images_net/nav_" + id + "_00.jpg";
}

function popGame(){
	window.open('http://www.network303.com/portfolio/chefboy/chefboy_intro.html','game','width=600,height=500,top=0,left=0,location=no,scrollbars=no');
}


function popSpots()
{
	window.open('http://www.network303.com/portfolio/cspots/cspots_video_portal.html','vport','width=640,height=510,top=0,left=0,location=no,scrollbars=no');
}

function openStuff(what,where)
{
  var w = 800;
  var h = 600;
  var page = where;
  var wWinl = (screen.width - w) / 2;
  var wWint = (screen.height - h) / 2;
  wProperties = 'height='+h+',width='+w+',top='+wWint+',left='+wWinl+',resizable=no,scrollbars=no';
  wWin = window.open('http://www.network303.com/' + page, what, wProperties);
  if (parseInt(navigator.appVersion) >= 4)
  {
    wWin.window.focus();
  }
}