' );
}
}
// filename: the .swf flash file to load
// width: width of the flash
// height: height of the flash
// bg: the background color of the flash, default is #FFFFFF
// gf: the jpeg/gif to write in place of the flash
function createPage(filename,width,height,bg,gf) {
if( isCurrent == null ) isCurrent = false;
var bgcolor="#FFFFFF";
if (bg) { bgcolor = bg; }
var pageBuilder = "";
if( isCurrent ) {
pageBuilder +=' \n';
} else if(! ( navigator.appName && navigator.appName.indexOf( "Netscape" ) >= 0 && navigator.appVersion.indexOf( "2." ) >= 0 ) ) {
//display the jpeg
pageBuilder += '';
}
return document.write( pageBuilder );
}
// create an image object so we can pass it to the mouseover function
between_main = new Image();
between_main.src = "../images/nav_between1.gif";
function preloadimages(){
var myimages=new Array()
function preloadimages(){
for (i=0;i