var defaultPath = "/K9/";
var imagesPath = defaultPath + "images/";
var schedPath = defaultPath + "schedule/";
var newsPath = defaultPath + "newsletters/";
var photosPath = defaultPath + "photos/";


var optionsMenu;
optionsMenu = "<BR><BR>";



function openWindow(theFile){
	var thePath, winStats; 
	winStats = "'right=0, top=40,width=500,height=500,";
	winStats += "resizable=yes,menubar=no,titlebar=yes,toolbar=no,location=no, scrollbars=yes"; 
	popupWin = window.open(defaultPath + theFile, "fileWindow", winStats);
}

function openURL(theURL){
	var thePath, winStats; 
	winStats = "'right=0, top=40,width=500,height=500,";
	winStats += "resizable=yes,menubar=no,titlebar=yes,toolbar=no,location=no, scrollbars=yes"; 
	popupWin = window.open(theURL, "fileWindow", winStats);
}

//***PUT SPECIAL LINKS HERE
//optionsMenu += "<a href=\"Javascript:openURL('http://www.actupagility.com/ASCA%20Trials/ASCA%20Premium.pdf')\"><center><BIG>ASCA Agility Trial<br>Aug. 16 & 17</BIG><br><small>Click here for the premium</small></center></a><br><br>";


optionsMenu += "<a href='" + "/index.html' >Welcome</a><br><br>";
//optionsMenu += "<a href=\"Javascript:openWindow('WhatsNew/WhatsNew.pdf')\"><font color=red>What's New</font></a><br><br>";
optionsMenu += "<a href='" + defaultPath + "contents/Directions.html'>Directions</a><br><br>";
optionsMenu += "<a href='" + defaultPath + "contents/Training.html'>Training</a><br><br>";
optionsMenu += "<a href='" + defaultPath + "contents/Schedules.html'>Schedules</a><br><br>";
optionsMenu += "<a href='" + defaultPath + "contents/Membership.html'>Membership</a><br><br>";
optionsMenu += "<a href=\"Javascript:openWindow('contents/The_Clubhouse.pdf')\">Doggie Day Care</a><br><br>";
optionsMenu += "<a href='" + defaultPath + "contents/ContactUs.html'>Contact Us</a><br><br>";
optionsMenu += "<a href=\"Javascript:openWindow('contents/Brochure.pdf')\">Our Brochure</a><br><br>";
optionsMenu += "<a href='" + defaultPath + "contents/Registration.html'>Registration</a><br><br>";
optionsMenu += "<a href='" + defaultPath + "contents/MeetTheInstructors.html'>Meet the Instructors</a><br><br>";
optionsMenu += "<a href='" + defaultPath + "contents/Links.html'>Our Favorite Links</a><br><br>";
optionsMenu += "<a href='" + defaultPath + "contents/Order_Form/warning.html'>BRAVO!<br> Order Form</a><br><br>";
optionsMenu += "<P><BR><BR><a href='" + defaultPath + "contents/CMJumpMasters.html'><center><img src='" + photosPath + "Teams/tn_JMlogo.jpg" + "'><BR>CM Jumpmasters</a><br><br></P>";

optionsMenu += "<P><BR><BR><font color=tan><SMALL>Copyright ©2003<BR>Canine Mastery</font></SMALL>";

//table options for paged frame
var tableOps = "width='100%' align=center cellpadding=12 cellspacing=0 rules=cols bordercolor=green border=10";

