
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//open mp3 popup
function open_pop(path,targ, w, h)
{
   litwin = window.open(path,targ,"width="+w+",height="+h+",toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
   if ((window.navigator.appName.indexOf("Microsoft")==0) & (window.navigator.appVersion.substring(0,1)=="4")) {
      damnBrowser = 1;
   }
   else if ((window.navigator.appName.indexOf("Netscape")==0) & (window.navigator.appVersion.substring(0,1)=="4")) {
      damnBrowser = 1;
   }
   else if (parseFloat(navigator.appVersion.substring(0,navigator.appVersion.indexOf(" ")))>=3.0)
  {
    litwin.focus();
  }
}

//Open large pop-up - 500x400
function open_bang(path,targ)
{
   litwin = window.open(path,targ,"width=500,height=400,toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
   if ((window.navigator.appName.indexOf("Microsoft")==0) & (window.navigator.appVersion.substring(0,1)=="4")) {
      damnBrowser = 1;
   }
   else if ((window.navigator.appName.indexOf("Netscape")==0) & (window.navigator.appVersion.substring(0,1)=="4")) {
      damnBrowser = 1;
   }
   else if (parseFloat(navigator.appVersion.substring(0,navigator.appVersion.indexOf(" ")))>=3.0)
  {
    litwin.focus();
  }
}

//timescript
var now = new Date();
var month = now.getMonth();
var day = now.getDate();
var year = now.getYear();
if (year <= 1900) year = year + 1900;
var monthname;
	if (month == 0) monthname = "January";
	if (month == 1) monthname = "February";
	if (month == 2) monthname = "March";
	if (month == 3) monthname = "April";
	if (month == 4) monthname = "May";
	if (month == 5) monthname = "June";
	if (month == 6) monthname = "July";
	if (month == 7) monthname = "August";
	if (month == 8) monthname = "September";
	if (month == 9) monthname = "October";
	if (month == 10) monthname = "November";
	if (month == 11) monthname = "December";
	
//related links popoup
 function popup(plink){
        top.popWin = window.open(plink,"popup","menubar=no,toolbar=no,scrollbars=no,location=no,status=no,resizable=yes,width=440,height=250");
  }
  function popup2(plink){
        top.popWin = window.open(plink,"popup2","menubar=no,toolbar=no,scrollbars=auto,location=yes,status=no,resizable=yes,width=800,height=580");
  }

//Close Window
function close_window(){

        parent.window.close();

}

 //closepopup and open new link in parent window
  function openerLink(url){
   window.opener.location = url;
   window.opener.focus(); 
   self.close();
   // replace the line above with 
   // window.focus();
   // if you don't want the little window to
   // close after following the link
  }
  
  function openerLinkblank(url){
   window.opener.location = url;
   self.close();
   // replace the line above with 
   // window.focus();
   // if you don't want the little window to
   // close after following the link
  }
  


 //-->


