// JavaScript Document

function normalback(){
	document.write("<body bgcolor='#000066' background='background.gif'>");
}
function menupic(filename){
	document.write("<div align='right'><img src='" + filename +"' height='76'><br>");
	document.write("<h6>Call Toll-free 888-84-SCUBA today for more information   </h6></div>");
}
function adslogo(){
	document.write("<img align='top' src='logo.jpg' width='225'>");
	
	
	
}


function pagefooter(){
document.write("<div class='footer' align='center'> Toll Free 1-888-84-SCUBA | on Oahu 262-2333 | <a href='mailto:aarons@aloha.com'>aarons@aloha.com</a></div> " );
document.write("<br> <div class='footer' align='center'><a href='reservations.html'>Click here to request more information</a></div>");
}

function opencourse(wname,w,h){
	leftpos = (screen.width) ? (screen.width-w)/2 :0;
	toppos = (screen.height) ? (screen.height-h)/2 :0;
	settings = 'height='+h+',width='+w+', top='+toppos+',left='+leftpos+',scrollbars=yes, resizable'
	win=window.open(wname,"new",settings);
	if(win.window.focus){win.window.focus();}
}
function closewindow(winname){
	
	opener.location.href = winname;
	window.close();
}

function popupfooter(){
document.write("<h4 align='center'><font size='-1'>Call.... Toll Free 1 - 888-647-2822");
document.write(" or on Oahu 262-2333 for additional details. <br>");
document.write("<a href='reservations.html' onClick='closewindow('reservations.html') return false'><br>");
document.write("Click here to Request Information </a></font></h4>");

}
