function launcher(url,name,x,y) {
var extras = "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=" + x + ",height=" + y;
window.open(url,name,extras);
}
if (document.images) {
image300on = new Image();
image300on.src = "http://graphics.fansonly.com/schools/ucla/graphics/csu02on.gif";
image300off = new Image();
image300off.src = "http://graphics.fansonly.com/schools/ucla/graphics/csu02off.gif";
image301on = new Image();
image301on.src = "http://graphics.fansonly.com/schools/ucla/graphics/okst02on.gif";
image301off = new Image();
image301off.src = "http://graphics.fansonly.com/schools/ucla/graphics/okst02off.gif";
image302on = new Image();
image302on.src = "http://graphics.fansonly.com/schools/ucla/graphics/colo-02-on.gif";
image302off = new Image();
image302off.src = "http://graphics.fansonly.com/schools/ucla/graphics/colo-02-off.gif";
image303on = new Image();
image303on.src = "http://graphics.fansonly.com/schools/ucla/graphics/sdsu-02-on.gif";
image303off = new Image();
image303off.src = "http://graphics.fansonly.com/schools/ucla/graphics/sdsu-02-off.gif";
image304on = new Image();
image304on.src = "http://graphics.fansonly.com/schools/ucla/graphics/orst-02-on.gif";
image304off = new Image();
image304off.src = "http://graphics.fansonly.com/schools/ucla/graphics/orst-02-off.gif";
image305on = new Image();
image305on.src = "http://graphics.fansonly.com/schools/ucla/graphics/ore-02-on.gif";
image305off = new Image();
image305off.src = "http://graphics.fansonly.com/schools/ucla/graphics/ore-02-off.gif";
image306on = new Image();
image306on.src = "http://graphics.fansonly.com/schools/ucla/graphics/cal-02-on.gif";
image306off = new Image();
image306off.src = "http://graphics.fansonly.com/schools/ucla/graphics/cal-02-off.gif";
image307on = new Image();
image307on.src = "http://graphics.fansonly.com/schools/ucla/graphics/stan-02-on.gif";
image307off = new Image();
image307off.src = "http://graphics.fansonly.com/schools/ucla/graphics/stan-02-off.gif";
image308on = new Image();
image308on.src = "http://graphics.fansonly.com/schools/ucla/graphics/wash-02-on.gif";
image308off = new Image();
image308off.src = "http://graphics.fansonly.com/schools/ucla/graphics/wash-02-off.gif";
image309on = new Image();
image309on.src = "http://graphics.fansonly.com/schools/ucla/graphics/ariz-02-on.gif";
image309off = new Image();
image309off.src = "http://graphics.fansonly.com/schools/ucla/graphics/ariz-02-off.gif";
image310on = new Image();
image310on.src = "http://graphics.fansonly.com/schools/ucla/graphics/usc-02-on.gif";
image310off = new Image();
image310off.src = "http://graphics.fansonly.com/schools/ucla/graphics/usc-02-off.gif";
image311on = new Image();
image311on.src = "http://graphics.fansonly.com/schools/ucla/graphics/wast-02-on.gif";
image311off = new Image();
image311off.src = "http://graphics.fansonly.com/schools/ucla/graphics/wast-02-off.gif";
}
function turnOn(imageName) {
if (document.images) {
document[imageName].src = eval(imageName + "on.src");
}
}
function turnOff(imageName) {
if (document.images) {
document[imageName].src = eval(imageName + "off.src");
}
}



|
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||


