<!-- Begin load button mouseovers

btn0 = new Image();
btn0.src = "images/button0.jpg";
btn0o = new Image();
btn0o.src = "images/button0-o.jpg";

btn1 = new Image();
btn1.src = "images/button1.jpg";
btn1o = new Image();
btn1o.src = "images/button1-o.jpg";

btn2 = new Image();
btn2.src = "images/button2.jpg";
btn2o = new Image();
btn2o.src = "images/button2-o.jpg";

btn3 = new Image();
btn3.src = "images/button3.jpg";
btn3o = new Image();
btn3o.src = "images/button3-o.jpg";

btn4 = new Image();
btn4.src = "images/button4.jpg";
btn4o = new Image();
btn4o.src = "images/button4-o.jpg";

btn5 = new Image();
btn5.src = "images/button5.jpg";
btn5o = new Image();
btn5o.src = "images/button5-o.jpg";

btn6 = new Image();
btn6.src = "images/button6.jpg";
btn6o = new Image();
btn6o.src = "images/button6-o.jpg";

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=no';
win=window.open(mypage,myname,settings);}

// End -->
