
<!--

function preloadImages() {
	image1 = new Image();
	image1.src = "img/progressBar.gif";
}

function loginFocus() { 
	document.login.user.focus(); 
}

function navMenuSubmit(targ,selObj,restore){   eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}  

function change(id, newClass) {
 	identity=document.getElementById(id);
	identity.className=newClass;
}

function openBrWindow(theURL,winName,features) {   window.open(theURL,winName,features);}

function preload() {	img1_off = new Image; img1_off.src = "images/button_home.gif"; img1_on = new Image; img1_on.src = "images/button_home_roll.gif";	img2_off = new Image; img2_off.src = "images/button_about.gif"; img2_on = new Image; img2_on.src = "images/button_about_roll.gif";	img3_off = new Image; img3_off.src = "images/button_news.gif"; img3_on = new Image; img3_on.src = "images/button_news_roll.gif";	img4_off = new Image; img4_off.src = "images/button_gallery.gif"; img4_on = new Image; img4_on.src = "images/button_gallery_roll.gif";	img5_off = new Image; img5_off.src = "images/button_reviews.gif"; img5_on = new Image; img5_on.src = "images/button_reviews_roll.gif";	img6_off = new Image; img6_off.src = "images/button_forum.gif"; img6_on = new Image; img6_on.src = "images/button_forum_roll.gif";	img7_off = new Image; img7_off.src = "images/button_links.gif"; img7_on = new Image; img7_on.src = "images/button_links_roll.gif";	img8_off = new Image; img8_off.src = "images/button_contact.gif"; img8_on = new Image; img8_on.src = "images/button_contact_roll.gif";	img9_off = new Image; img9_off.src = "images/button_home.gif"; img9_on = new Image; img9_on.src = "images/button_home_roll.gif";	img10_off = new Image; img10_off.src = "images/button_home.gif"; img10_on = new Image; img10_on.src = "images/button_home_roll.gif";	img11_off = new Image; img11_off.src = "images/button_home.gif"; img11_on = new Image; img11_on.src = "images/button_home_roll.gif";	img12_off = new Image; img12_off.src = "images/button_home.gif"; img12_on = new Image; img12_on.src = "images/button_home_roll.gif";	img13_off = new Image; img13_off.src = "images/button_home.gif"; img13_on = new Image; img13_on.src = "images/button_home_roll.gif";}function swap(imagename,objectsrc) {var n=navigator.appName;var v=parseInt(navigator.appVersion);var browsok=((n=="Netscape")&&(v>=3));var browsok2=((n=="Microsoft Internet Explorer")&&(v>=4));if ((browsok)||(browsok2))document.images[imagename].src=eval(objectsrc+".src");}var win=null;function NewWindow(mypage,myname,w,h,scroll,pos){	if(pos=="random") {
		LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
		TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;
	}
	if(pos=="center") {
		LeftPosition=(screen.width)?(screen.width-w)/2:100;
		TopPosition=(screen.height)?(screen.height-h)/2:100;
	} else if((pos!="center" && pos!="random") || pos==null) {
		LeftPosition=0;
		TopPosition=20;
	}	settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';	win=window.open(mypage,myname,settings);
}
//-->