function openFullWin(url) {
        var windowFeatures = "width=500,height=400,";
        var winTop  = screen.availHeight - 400;
        var winLeft = screen.availWidth - 500;
        
        windowFeatures = windowFeatures + "top=" + winTop + ",left=" + winLeft;        
        windowFeatures = windowFeatures + ",toolbar=1,location=1,directories=0,status=0,menubar=1,scrollbars=1,resizable=1";
        
        var full = window.open(url, "ttwin", windowFeatures); 
        full.focus();       
}

function openSmallWin(url) {
        var windowFeatures = "width=500,height=400,";
       // var winTop  = screen.availHeight - 400;
      //  var winLeft = screen.availWidth - 500;
        
    //    windowFeatures = windowFeatures + "top=" + winTop + ",left=" + winLeft;        
        windowFeatures = windowFeatures + ",toolbar=1,location=1,directories=0,status=0,menubar=1,scrollbars=1,resizable=1";
        
        var full = window.open(url, "ttwin", windowFeatures); 
        full.focus();       
}

function init_TopMenu() {
/*menu.js
*/
url 				= "http://www.teamtulsavolleyball.com/Site/scripts/menu/";

HM_PG_MenuWidth 	= 150;
HM_PG_FontFamily 	= "Arial,sans-serif";
HM_PG_FontSize 		= 10;
HM_PG_FontBold 		= 1;
HM_PG_FontItalic 	= 0;
HM_PG_FontColor 	= "#003E83";
HM_PG_FontColorOver	= "white";
HM_PG_BGColor 		= "#B3C5DA";
HM_PG_BGColorOver 	= "#003E83";
HM_PG_ItemPadding 	= 3;

HM_PG_BorderWidth 	= 1;
HM_PG_BorderColor 	= "white";
HM_PG_BorderStyle 	= "solid";
HM_PG_SeparatorSize = 2;
HM_PG_SeparatorColor = "white";

HM_PG_ImageSrc 		= url + "HM_More_blue_right.gif";
HM_PG_ImageSrcLeft 	= url + "HM_More_blue_left.gif";
HM_PG_ImageSrcOver 	= url + "HM_More_white_right.gif";
HM_PG_ImageSrcLeftOver = url + "HM_More_white_left.gif";

HM_PG_ImageSize 	= 3;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 10;

HM_PG_KeepHilite 	= true; 
HM_PG_ClickStart 	= 0;
HM_PG_ClickKill 	= false;
HM_PG_ChildOverlap 	= 20;
HM_PG_ChildOffset 	= 10;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .5;
HM_PG_StatusDisplayBuild =0;
HM_PG_StatusDisplayLink = 0;
HM_PG_UponDisplay 	= null;
HM_PG_UponHide 		= null;
HM_PG_RightToLeft 	= 0;

HM_PG_CreateTopOnly = 0;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver 	= true;

//HM_a_TreesToBuild = [2];

}

function init_NewsFader () {
   
   prefix="http://www.teamtulsavolleyball.com/";

   FDRboxWid = 120;
   FDRboxHgt = 90;
   FDRborWid = 2;
   FDRborCol = "white";
   FDRborSty = "solid";
   FDRbackCol = "white";
   FDRboxPad = 5;

   FDRtxtAln = "center";
   FDRlinHgt = "10pt";
   FDRfntFam = "Geneva,Arial,sans-serif";
   FDRfntCol = "#333333";
   FDRfntSiz = "10pt";
   FDRfntWgh = "bold";
   FDRfntSty = "normal";
   FDRlnkCol = "#003E83";
   FDRlnkDec = "none";
   FDRhovCol = "none";

   FDRgifSrc = "http://www.teamtulsavolleyball.com/Site/scripts/fader/fade.gif";
   FDRgifInt = 60;

   FDRblendInt = 4;
   FDRblendDur = 1;
   FDRmaxLoops = 1;

   FDRendWithFirst = true;
   FDRreplayOnClick = true;
   
   FDRjustFlip = false;
   FDRhdlineCount = 1;

arNews = [
"Welcome to Team Tulsa Volleyball!","",
"Volleyfest is Coming",""
]

}