ITSN Support //body { background-color: "0466cc" }h1 { font-variant: small-caps; color: #000000; font-weight: bold; font-size: 22px; font-family: Arial, Helvetica, sans-serif }h2 { font-variant: small-caps; color: #000000; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif }h3 { font-style: italic; color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif }td { font-weight: normal; color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif }th { font-weight: bold; color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif }A:link { text-decoration: none; font-weight: bold; color: blue; font-size: 12px; font-family: Arial, Helvetica, sans-serif }A:visited { text-decoration: none; font-weight: bold; color: blue; font-size: 12px; font-family: Arial, Helvetica, sans-serif }A:active { font-weight: bold; color blue; font-size: 12px; font-family: Arial, Helvetica, sans-serif }.test{font-weight: normal; color: #000000; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, sans-serif}.b1 { color: red; font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif }.b2 { color: red; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif }.b3 { color: red; font-weight: normal; font-size: 14px; font-family: Arial, Helvetica, sans-serif }.b3b { color: red; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif }.bth { color: red; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif }.B:link { font-weight: bold; color: red; font-size: 18px; font-family: Arial, Helvetica, sans-serif }.B:visited { font-weight: bold; color: red; font-size: 18px; font-family: Arial, Helvetica, sans-serif }.B:active { font-weight: bold; reds: ; font-size: 18px; font-family: Arial, Helvetica, sans-serif }.navwhite a:hover { color: #FFFFFF; } /* white */.navwhite a:link { color: #FFFFFF; } /* white */.navwhite a:vlink {color: #FFFFFF; } /* white */.navwhite a:visited { color: #FFFFFF; }a.nav:link { text-decoration: none; color: "#FFFFFF"; font-family: Arial, sans-serif; font-size: 12px; }a.nav:visited { text-decoration: none; color: "#FFFFFF"; font-family: Arial, sans-serif; font-size: 12px; }a.nav:hover { text-decoration: underline; color: "#FFFFFF"; font-family: Arial, sans-serif; font-size: 12px; }//a.nav:link { text-decoration: none; color: "#FFFFFF"; font-family: Arial, sans-serif; font-size: 14px; }ITSN Support, event management software, League administration software, Club management software, Club management software,Club administration software, Online Registration, Facility Management Software, League website, Club website, web-based, registration software, league scheduling software, database, registration, schedules, standings, player statistics Welcome To ITSportsNetWednesday, November 19, 2008   Home Kudos Support Accrisoft iContact Email Control Panel ITSportsNet Version 2.1 ITSportsNet Regional Sports Connector Sessions Admin Login Support Search ITRegistrar Online Credit Card ITLeagueManager ITWebmaster ITSportsNet Email Setup Instructions District Tools ITSchedule Manage Home Games Organizations Types CRA Tax Credits The Evaluator function scoreSetGames(theForm){ if (false){} else if ((theForm.setHome0.value != "" && theForm.setVisitor0.value == "") || (theForm.setHome0.value == "" && theForm.setVisitor0.value != "")){ alert ("Points have to be in pair(s)!"); if (theForm.setHome0.value == ""){ theForm.setHome0.focus(); } if (theForm.setVisitor0.value == ""){ theForm.setVisitor0.focus(); } return false; } else if ((theForm.setHome1.value != "" && theForm.setVisitor1.value == "") || (theForm.setHome1.value == "" && theForm.setVisitor1.value != "")){ alert ("Points have to be in pair(s)!"); if (theForm.setHome1.value == ""){ theForm.setHome1.focus(); } if (theForm.setVisitor1.value == ""){ theForm.setVisitor1.focus(); } return false; } else if ((theForm.setHome2.value != "" && theForm.setVisitor2.value == "") || (theForm.setHome2.value == "" && theForm.setVisitor2.value != "")){ alert ("Points have to be in pair(s)!"); if (theForm.setHome2.value == ""){ theForm.setHome2.focus(); } if (theForm.setVisitor2.value == ""){ theForm.setVisitor2.focus(); } return false; } else if ((theForm.setHome3.value != "" && theForm.setVisitor3.value == "") || (theForm.setHome3.value == "" && theForm.setVisitor3.value != "")){ alert ("Points have to be in pair(s)!"); if (theForm.setHome3.value == ""){ theForm.setHome3.focus(); } if (theForm.setVisitor3.value == ""){ theForm.setVisitor3.focus(); } return false; } else if ((theForm.setHome4.value != "" && theForm.setVisitor4.value == "") || (theForm.setHome4.value == "" && theForm.setVisitor4.value != "")){ alert ("Points have to be in pair(s)!"); if (theForm.setHome4.value == ""){ theForm.setHome4.focus(); } if (theForm.setVisitor4.value == ""){ theForm.setVisitor4.focus(); } return false; } if ( 1 && theForm.setHome0.value == "" && theForm.setVisitor0.value == ""&& theForm.setHome1.value == "" && theForm.setVisitor1.value == ""&& theForm.setHome2.value == "" && theForm.setVisitor2.value == ""&& theForm.setHome3.value == "" && theForm.setVisitor3.value == ""&& theForm.setHome4.value == "" && theForm.setVisitor4.value == "" ){ alert ("Please enter at least one set for the game!"); return false; }}function scoreRegularGame(theForm){ if (theForm.homeTotalPoints.value == ""){ if (theForm.homeDefault.checked == false) { if (theForm.visitorDefault.checked == false){ alert ("Please enter a number!"); eval ("theForm.homeTotalPoints.focus()"); return false; } } } else if (theForm.visitorTotalPoints.value == ""){ if (theForm.homeDefault.checked == false) { if (theForm.visitorDefault.checked == false){ alert ("Please enter an interger number!"); eval ("theForm.visitorTotalPoints.focus()"); return false; } } } if (theForm.homeDefault.checked == true) { if (theForm.visitorDefault.checked == true){ alert ("Both teams can't default!"); eval ("theForm.homeTotalPoints.focus()"); return false; } }}function checkDefault(theForm){ if (theForm.homeDefault.checked == true) { if (theForm.visitorDefault.checked == true){ alert ("Both teams can't default!"); eval ("theForm.homeTotalPoints.focus()"); return false; } }}function checkDigits(textBox){ currentValue = eval("textBox.value"); if (isNaN(currentValue)){ if(currentValue!=''){ alert ("Please enter an interger number!"); eval("textBox.focus()"); } }}
  ITSportsNet Help and Support Center
Welcome to the ITSportsNet Support Center.
Testing Get SatisfactionWe are trying a new feature for 'peer-to-peer' support. Many support questions could also be answered by other users that are currently logged in. We are using a site called 'Get Satisfaction' that allows for users to help each other out.
Below is a link to some questions currently being asked:
Active customer service discussions in ITSportsNet
Loading...
Get Satisfaction support network
Additional Support ContentOn the left are links to many of the components that are part of ITSportsNet. There are many Help Documents, How To's and Introductions. Click on the links to learn more. We are constantly working to improve our Support Process and as we improve Your access to Great Helpers we'll show you our updates here...there are some exciting things coming for ITSportsNet and how we can help you!In this section you will find ITSportsNet's Support Service Levels and information on how to get your support issues resolved as quickly as possible. Our goal is to answer Help cases within 24 hours. Cases can be entered and solutions can be searched for 24/7, and customer support representatives will be working on cases and providing answers from 9:00-5:00 MST and 9:00-5:00 EST.
Searching for a Solution
The first step for getting help is to search the Self-Service Help area for a solution, where you'll find many quick answers. Click on the link www.itsportsnet.com/help/ and enter the keywords of your problem. Click the submit button to see a generated list of solutions containing your key words and select the most fitting description.
<< Top >> Opening a Case
If your solution search is unsuccessful, submitting a case through the Self-Service Portal is the next step. Your case enters into a queue so a support representative can research the issue to find an answer. Entering a case is the fastest, most effective way to let us know that you need help. We record all cases for tracking purposes and they are evaluated to determine their urgency.
The Log a Case process records your information in a case format with a system generated reference number. You must provide as many details as possible to help us resolve the issue, including your contact information and daytime phone number.
If you need to make an email enquiry about your case then you need to have your case number in the subject line of your email, or if you are calling ITSportsNet Support, have your Customer ID and Case Number ready to share with the support person.
<< Top >>Customer ID Number
All of your organization's information is tied to a numeric designation in our system called a Customer ID, which you should be prepared to indicate when communicating with us. To find this number, sign in as an administrator at www.itsportsnet.com/admin. In the control panel, your Customer ID shows at the top of the page in the title line - for example - Oakbank Minor Soccer (ID# 2000).
<< Top >> Case Types and How We Handle Them
There are two tiers of case support. Tier One Cases should be answered within 24 hours, and Tier Two Cases can take longer, depending on the requirements needed to resolve the issue.
Cases are dealt with on a first come first served basis.
By priority and urgency, (High, medium and low, which relates to whether you can continue with your work without it being resolved).
Emergency items can over-ride the above (discretion of Customer Support).
A higher priority may be given to a district or governing body issue that would have an effect on many organizations.
<< Top >> Other Features of the Self-Service Support Area
When you sign into www.itsportsnet.com/help/ and click on the Self-Server Support link with your username and password for this area, you'll have the following options:
Home - Where the top solutions are listed.
Find Solution - Where you can type in Key words and search for solutions.
Log a Case - Where you can ask for assistance or let us know about a problem or bug.
View Cases - View your current cases to check it's status.
Log Out - Log yourself out and close the window.
If you are in need of a Self-Service username and password, please contact ITSportsNet. By following the process above, you'll help us, help you resulting in a great experience for everyone.Created by: ITSN Support -- Last updated:Jul 01, 2008
Powered By ITSportsnet
/*HM_Loader.js
* by Peter Belesis. v4.1.3 011108
* Copyright (c) 2001 Peter Belesis. All Rights Reserved.
*/
HM_DOM = (document.getElementById) ? true : false;
HM_NS4 = (document.layers) ? true : false;
HM_IE = (document.all) ? true : false;
HM_IE4 = HM_IE && !HM_DOM;
HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
HM_IE4M = HM_IE4 && HM_Mac;
HM_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
HM_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);
HM_IsMenu = !HM_Opera && !HM_Konqueror && !HM_IE4M && (HM_DOM || HM_NS4 || HM_IE4);
HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";
if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;
HM_GL_MenuWidth = 150;
HM_GL_FontFamily = "Arial,sans-serif";
HM_GL_FontSize = 10;
HM_GL_FontBold = true;
HM_GL_FontItalic = false;
HM_GL_FontColor = "black";
HM_GL_FontColorOver = "white";
HM_GL_BGColor = "transparent";
HM_GL_BGColorOver = "transparent";
HM_GL_ItemPadding = 3;
HM_GL_BorderWidth = 1; //was 2 -- Jiang
HM_GL_BorderColor = "red";
HM_GL_BorderStyle = "solid";
HM_GL_SeparatorSize = 1; //was 2 -- Jiang
HM_GL_SeparatorColor = "#666666"; //was yellow
HM_GL_ImageSrc = "menu/HM_More_black_right.gif";
HM_GL_ImageSrcLeft = "menu/HM_More_black_left.gif";
HM_GL_ImageSrcOver = "menu/HM_More_white_right.gif";
HM_GL_ImageSrcLeftOver = "menu/HM_More_white_left.gif";
HM_GL_ImageSize = 5;
HM_GL_ImageHorizSpace = 5;
HM_GL_ImageVertSpace = 5;
HM_GL_KeepHilite = false;
HM_GL_ClickStart = false;
HM_GL_ClickKill = 0;
HM_GL_ChildOverlap = 40; //was 40
HM_GL_ChildOffset = 10;
HM_GL_ChildPerCentOver = null;
HM_GL_TopSecondsVisible = .5;
HM_GL_ChildSecondsVisible = .3;
HM_GL_StatusDisplayBuild = 0;
HM_GL_StatusDisplayLink = 1;
HM_GL_UponDisplay = null;
HM_GL_UponHide = null;
HM_GL_RightToLeft = false;
HM_GL_CreateTopOnly = HM_NS4 ? true : false;
HM_GL_ShowLinkCursor = true;
// the following function is included to illustrate the improved JS expression handling of
// the left_position and top_position parameters introduced in 4.0.9
// and modified in 4.1.3 to account for IE6 standards-compliance mode
// you may delete if you have no use for it
function HM_f_CenterMenu(topmenuid) {
var MinimumPixelLeft = 0;
var TheMenu = HM_DOM ? document.getElementById(topmenuid) : HM_IE4 ? document.all(topmenuid) : eval("window." + topmenuid);
var TheMenuWidth = HM_DOM ? parseInt(TheMenu.style.width) : HM_IE4 ? TheMenu.style.pixelWidth : TheMenu.clip.width;
var TheWindowWidth = HM_IE ? (HM_DOM ? HM_IEcanvas.clientWidth : document.body.clientWidth) : window.innerWidth;
return Math.max(parseInt((TheWindowWidth-TheMenuWidth) / 2),MinimumPixelLeft);
}
if(HM_IsMenu) {
document.write("");
document.write("HM_Array85 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array87 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array50 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"ITSportsNet Help and Support -Create a Help Case\",\"http://www.itsportsnet.com/leagues/100/documents/WelcometoITSportsNetHelpandSupportCentre.doc\",1,0,0],");document.write("[\"ITSportsNet v21 QuickLooks\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=56381\",1,0,0]");document.write("];");document.write("HM_Array80 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array88 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array68 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"Main Tab\",\"#\",1,0,0],");document.write("[\"Account Tab\",\"#\",1,0,0],");document.write("[\"Support Tab\",\"#\",1,0,1],");document.write("[\"Self Service Support\",\"http://www.itsportsnet.com/help/self_serve.php\",1,0,0]");document.write("];");document.write("HM_Array83 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"v2.1 Walkthrough\",\"http://www.itsportsnet.com/leagues/100/documents/ITSportsNetv21Walkthrough.doc\",1,0,0]");document.write("];");document.write("HM_Array90 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"Halifax Connector Session\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=59730\",1,0,0]");document.write("];");document.write("HM_Array51 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array56 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array17 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"Select Categories\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=4442\",1,0,0],");document.write("[\"Online Registration Information\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9619\",1,0,0],");document.write("[\"Setup Divisions\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=4443\",1,0,0],");document.write("[\"Setup Teams\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=4444\",1,0,0],");document.write("[\"Registering Coaches\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=11446\",1,0,0],");document.write("[\"Register Existing Members\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=4445\",1,0,0],");document.write("[\"Search for Members\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=4447\",1,0,0],");document.write("[\"Add New Members\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=4446\",1,0,0],");document.write("[\"Register Members to Teams\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=4448\",1,0,0],");document.write("[\"Merge Player\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=11456\",1,0,0],");document.write("[\"Online Reg Information Request\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=13449\",1,0,0]");document.write("];");document.write("HM_Array65 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"Beanstream\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35726\",1,0,1],");document.write("[\"JetPay\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35721\",1,0,1],");document.write("[\"Elavon (formerly Nova)\",\"#\",1,0,1]");document.write("];");document.write("HM_Array26 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"Scheduling a Tournament\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36345\",1,0,1],");document.write("[\"Setting up online registration\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=8712\",1,0,0],");document.write("[\"Division Setup\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=10510\",1,0,0],");document.write("[\"Creating Schedules\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=10575\",1,0,0]");document.write("];");document.write("HM_Array15 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"Create your own logo\",\"#\",1,0,1],");document.write("[\"Web Master Help\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=3877\",1,0,0],");document.write("[\"Web Master Member Folder\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=11843\",1,0,0],");document.write("[\"Uploading and Inserting Files\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=2713\",1,0,0],");document.write("[\"Site Settings\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=3960\",1,0,0],");document.write("[\"Password Protected Pages\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=3925\",1,0,0],");document.write("[\"Creating a Slide Show\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=4068\",1,0,0],");document.write("[\"Create Comment Form\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=14311\",1,0,0],");document.write("[\"Banner Graphics Information\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=1675\",1,0,0],");document.write("[\"Open a New Window\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=6171\",1,0,0],");document.write("[\"HTML Code\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=11016\",1,0,0],");document.write("[\"Request for ITWebmaster Information\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=13533\",1,0,0]");document.write("];");document.write("HM_Array84 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array27 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("[\"Introduction\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=10743\",1,0,0],");document.write("[\"District Tools\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9038\",1,0,0],");document.write("[\"District Types\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9039\",1,0,0],");document.write("[\"Manage Clubs Accounts\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9040\",1,0,0],");document.write("[\"Starting the Season\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9041\",1,0,0],");document.write("[\"Importing Players\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9042\",1,0,0],");document.write("[\"Player Transfers\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9052\",1,0,0],");document.write("[\"Player Age Authorization\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9079\",1,0,0],");document.write("[\"Divisions and Teams\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9082\",1,0,0],");document.write("[\"Registration Reports\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9083\",1,0,0],");document.write("[\"District Setup Checklist\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=9033\",1,0,0]");document.write("];");document.write("HM_Array61 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array63 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array78 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array79 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array64 = [");document.write("[200,"); // menu width document.write("125,"); // left_position document.write("\"mouse_y_position-10\","); // top_position document.write("\"#FFFFFF\","); // font_color document.write("\"white\","); // mouseover_font_color document.write("\"0066cc\",");document.write("\"blue\","); // mouseover_background_color document.write("\"white\","); // border_color document.write("\"gray\","); // separator_color document.write("0,"); // top_is_permanent document.write("0,"); // top_is_horizontal document.write("0,"); // tree_is_horizontal document.write("1,"); // position_under document.write("1,"); // top_more_images_visible document.write("1,"); // tree_more_images_visible document.write("\"null\","); // evaluate_upon_tree_show document.write("\"null\","); // evaluate_upon_tree_hide document.write(","); // right_to_left document.write("],"); // display_on_click document.write("];");document.write("HM_Array68_3 = [");document.write("[],");document.write("[\"Webinars\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35723\",1,0,0]");document.write("];");document.write("HM_Array65_1 = [");document.write("[],");document.write("[\"Bean Stream Introduction\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35726\",1,0,0]");document.write("];");document.write("HM_Array65_2 = [");document.write("[],");document.write("[\"JetPay Introduction\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35721\",1,0,0],");document.write("[\"JetPay Features\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35724\",1,0,0],");document.write("[\"JetPay Setup Steps\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35722\",1,0,0],");document.write("[\"JetPay FAQ\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35725\",1,0,0]");document.write("];");document.write("HM_Array65_2 = [");document.write("[],");document.write("[\"JetPay Introduction\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35721\",1,0,0],");document.write("[\"JetPay Features\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35724\",1,0,0],");document.write("[\"JetPay Setup Steps\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35722\",1,0,0],");document.write("[\"JetPay FAQ\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35725\",1,0,0]");document.write("];");document.write("HM_Array65_2 = [");document.write("[],");document.write("[\"JetPay Introduction\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35721\",1,0,0],");document.write("[\"JetPay Features\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35724\",1,0,0],");document.write("[\"JetPay Setup Steps\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35722\",1,0,0],");document.write("[\"JetPay FAQ\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35725\",1,0,0]");document.write("];");document.write("HM_Array65_2 = [");document.write("[],");document.write("[\"JetPay Introduction\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35721\",1,0,0],");document.write("[\"JetPay Features\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35724\",1,0,0],");document.write("[\"JetPay Setup Steps\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35722\",1,0,0],");document.write("[\"JetPay FAQ\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35725\",1,0,0]");document.write("];");document.write("HM_Array65_3 = [");document.write("[],");document.write("[\"Elavon Introduction\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=41371\",1,0,0],");document.write("[\"Elavon Setup\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=41372\",1,0,0],");document.write("[\"Elavon FAQs\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=41370\",1,0,0]");document.write("];");document.write("HM_Array65_3 = [");document.write("[],");document.write("[\"Elavon Introduction\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=41371\",1,0,0],");document.write("[\"Elavon Setup\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=41372\",1,0,0],");document.write("[\"Elavon FAQs\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=41370\",1,0,0]");document.write("];");document.write("HM_Array65_3 = [");document.write("[],");document.write("[\"Elavon Introduction\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=41371\",1,0,0],");document.write("[\"Elavon Setup\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=41372\",1,0,0],");document.write("[\"Elavon FAQs\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=41370\",1,0,0]");document.write("];");document.write("HM_Array26_1 = [");document.write("[],");document.write("[\"Intro to Setting up Tournaments\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36345\",1,0,0],");document.write("[\"Round Robin Tournaments\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36346\",1,0,0],");document.write("[\"Setting up Elimination Play\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36347\",1,0,0],");document.write("[\"Scoring a Tournament\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36350\",1,0,0]");document.write("];");document.write("HM_Array26_1 = [");document.write("[],");document.write("[\"Intro to Setting up Tournaments\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36345\",1,0,0],");document.write("[\"Round Robin Tournaments\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36346\",1,0,0],");document.write("[\"Setting up Elimination Play\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36347\",1,0,0],");document.write("[\"Scoring a Tournament\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36350\",1,0,0]");document.write("];");document.write("HM_Array26_1 = [");document.write("[],");document.write("[\"Intro to Setting up Tournaments\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36345\",1,0,0],");document.write("[\"Round Robin Tournaments\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36346\",1,0,0],");document.write("[\"Setting up Elimination Play\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36347\",1,0,0],");document.write("[\"Scoring a Tournament\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36350\",1,0,0]");document.write("];");document.write("HM_Array26_1 = [");document.write("[],");document.write("[\"Intro to Setting up Tournaments\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36345\",1,0,0],");document.write("[\"Round Robin Tournaments\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36346\",1,0,0],");document.write("[\"Setting up Elimination Play\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36347\",1,0,0],");document.write("[\"Scoring a Tournament\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=36350\",1,0,0]");document.write("];");document.write("HM_Array15_1 = [");document.write("[],");document.write("[\"Logo Maker\",\"league.php?scriptName=LEAGUEINFO&leagueID=100&leagueInfoID=35791\",1,0,0]");document.write("];");document.write("");
document.write(" |
|