<!--
//Set loginWin to null
loginWin = null;
function OpenLoginWindow(pagename)
{
  //Close any open login window
  CloseLoginWindow();
  //Open a new login window
  loginWin = window.open('' + pagename,'loginWindow','toolbar=no,location=no,directories=no,scrollbars=no,resizable=no,width='+350+',height='+220);
}
function CloseLoginWindow()
{
  if(loginWin != null){
    //Close the current login window
    if(!loginWin.closed){
      loginWin.close();
    }
  }
}




var popUpWinEmailFriend=0;

function eFriend(URLStr)
{
  if(popUpWinEmailFriend)
  {
    if(!popUpWinEmailFriend.closed) popUpWinEmailFriend.close();
  }
  popUpWinEmailFriend = window.open('' + '../../../_cf6/email_friend_theurl_.htm'+URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=460,height=340,left=20, top=20,screenX=20,screenY=20');
}

var winVid= null;
function popVideo(videoName,width,height)
{
  if(winVid)
  {
    if(!winVid.closed) winVid.close();
  }
  winVid = window.open('video/popvideo_v_.htm'+videoName, 'winVid', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+width+',height='+height+',left=20, top=20,screenX=20,screenY=20');
}

function tabOn(tabID)
{var ob1=document.getElementById("h1navbut"+tabID);var ob2=document.getElementById("h1tabl"+tabID);var ob3=document.getElementById("h1tabr"+tabID);ob1.className='h1navbutover';ob2.className='h1tabovl';ob3.className='h1tabovr';}
function tabOff(tabID)
{var ob1=document.getElementById("h1navbut"+tabID);var ob2=document.getElementById("h1tabl"+tabID);var ob3=document.getElementById("h1tabr"+tabID);ob1.className='h1navbutoff';ob2.className='h1tabofl';ob3.className='h1tabofr';}


//-->


