//ALL ORIGINAL JAVASCRIPT WRITTEN BY MSV DESYGNZ
//msv_desygnzATgameboxDOTnet


//----------------------------------------------------------------------- 
// JAVASCRIPT FOR THE DATE
// navbar.htm
		var Today = new Date();
		var theDay = Today.getDay();
		var theDate = Today.getDate();
		var theMonth = Today.getMonth();
		var theYear = y2k(Today.getYear());
		function y2k(number)
			{
				return (number < 1000) ? number + 1900 : number;
			}
		var browserName = navigator.appName;
		var browserVer = parseFloat(navigator.appVersion);
				if (browserVer == "4")
				browserVer = " 5+";
				if (browserVer == "5" && browserName == "Netscape")
					browserVer = " 5+";
			if (browserName == "Microsoft Internet Explorer")
				browserName = "IE";
				else
			if (browserName == "Netscape")
				browserName = "NN";

	if (theDay == "0")
		theDay = "Sunday";
	else if (theDay == "1")
		theDay = "Monday";
	else if (theDay == "2")
		theDay = "Tuesday";
	else if (theDay == "3")
		theDay = "Wednesday";
	else if (theDay == "4")
		theDay = "Thursday";
	else if (theDay == "5")
		theDay = "Friday";
	else if (theDay == "6")
		theDay = "Saturday";

	if (theMonth == "0")
		theMonth = "January";
	else if (theMonth == "1")
		theMonth = "February";
	else if (theMonth == "2")
		theMonth = "March";
	else if (theMonth == "3")
		theMonth = "April";
	else if (theMonth == "4")
		theMonth = "May";
	else if (theMonth == "5")
		theMonth = "June";
	else if (theMonth == "6")
		theMonth = "July";
	else if (theMonth == "7")
		theMonth = "August";
	else if (theMonth == "8")
		theMonth = "September";
	else if (theMonth == "9")
		theMonth = "October";
	else if (theMonth == "10")
		theMonth = "November";
	else if (theMonth == "11")
		theMonth = "December";
//----------------------------------------------------------------------- 



//-----------------------------------------------------------------------
 // PRE-LOADER FOR SPIKU FACE (MAIN SPIKE IMAGE/LOGO)
 // navbar.htm
 var bluespike = new Image();
	 bluespike.src = "puffpuffspikepuff.gif";
//------------------------------------------------------------------------
	

//-------------------------------------------------------------------------
//FOR PULL-DOWN NAVIGATION		(on select)
// navbar.htm
		function visitSite(the_site)
			{
					bebop_frame = parent.body
					bebop_frame.location = the_site;
			}
//------------------------------------------------------------------------

//-------------------------------------------------------------------------
// FOR BANNER TEXT BOX
// banners.htm
var bebopBanners = new Array()
bebopBanners[0] = "You\'ve chosen cowbebleus.gif !"
bebopBanners[1] = "You\'ve chosen COWBEBLUESbanner1.gif !"
bebopBanners[2] = "You\'ve chosen COWBEBLUESbanner2.gif !"
bebopBanners[3] = "You\'ve chosen COWBEBLUESbanner3.gif !"
bebopBanners[4] = "You\'ve chosen COWBEBLUESbanner4.gif !"
bebopBanners[5] = "You\'ve chosen COWBEBLUESbanner5.gif !"
bebopBanners[6] = "You\'ve chosen COWBEBLUESbanner1stat.gif !"
bebopBanners[7] = "You\'ve chosen COWBEBLUESbanner2stat.gif !"
bebopBanners[8] = "You\'ve chosen COWBEBLUESbanner3stat.gif !"

var beBannersTxt = new Array ()
beBannersTxt[0] = "<A HREF=\"http://members.verizon.net/~vze26khi/index.html\"><IMG SRC=\"cowbebleus.gif\"></A>"
beBannersTxt[1] = "<A HREF=\"http://members.verizon.net/~vze26khi/index.html\"><IMG SRC=\"COWBEBLUESbanner1.gif\"></A>"
beBannersTxt[2] = "<A HREF=\"http://members.verizon.net/~vze26khi/index.html\"><IMG SRC=\"COWBEBLUESbanner2.gif\"></A>"
beBannersTxt[3] = "<A HREF=\"http://members.verizon.net/~vze26khi/index.html\"><IMG SRC=\"COWBEBLUESbanner3.gif\"></A>"
beBannersTxt[4] = "<A HREF=\"http://members.verizon.net/~vze26khi/index.html\"><IMG SRC=\"COWBEBLUESbanner4.gif\"></A>"
beBannersTxt[5] = "<A HREF=\"http://members.verizon.net/~vze26khi/index.html\"><IMG SRC=\"COWBEBLUESbanner5.gif\"></A>"
beBannersTxt[6] = "<A HREF=\"http://members.verizon.net/~vze26khi/index.html\"><IMG SRC=\"COWBEBLUESbanner1stat.gif\"></A>"
beBannersTxt[7] = "<A HREF=\"http://members.verizon.net/~vze26khi/index.html\"><IMG SRC=\"COWBEBLUESbanner2stat.gif\"></A>"
beBannersTxt[8] = "<A HREF=\"http://members.verizon.net/~vze26khi/index.html\"><IMG SRC=\"COWBEBLUESbanner3stat.gif\"></A>"

//-------------------------------------------------------------------------

//-------------------------------------------------------------------------
// FOR BLUE MEMBERS PAGE
// bountys.htm
function changeBlue(the_url)
{
	var blue_frame = parent.blue
	blue_frame.location = the_url;
}

function openBountyRulesWin()
	{ 
			var bountyrules = 
			window.open("bountyrules.htm","bountyrules","height=300,width=500,scrollbars"); bountyrules.moveTo(200,190);bountyrules.focus();
	}

//-------------------------------------------------------------------------

//-------------------------------------------------------------------------
//FOR IMAGES & POP UP WINDOWS - ON LINKS PAGES
//phasedifferencespace.htm, ,
//pds1.htm = CBB Groups * pds2.htm = CBB Sites
//pds3.htm = CBB Mail * pds4.htm = Sites * pds5.htm = Friends

	//all
	var CBBgroups = new Image()
	CBBgroups.src = "grafyx/CBBgroups_over.gif"
	var CBBsites = new Image()
	CBBsites.src = "grafyx/CBBsites_over.gif"
	var CBBmail = new Image()
	CBBmail.src = "grafyx/CBBmail_over.gif"
	var CBBmiscs = new Image()
	CBBmiscs.src = "grafyx/CBBmiscs_over.gif"
	var CBBmiscg = new Image()
	CBBmiscg.src ="grafyx/CBBmiscg_over.gif"
	var CBBfries = new Image()
	CBBmiscg.src ="grafyx/CBBfries_over.gif"

//phasedifferencespace.htm
function dom()
		{var sub=window.open("","subwin","height=270px,width=410pox");sub.focus();sub.moveTo(300,300);
			sub.document.write("<HTML><HEAD><TITLE>URL SUBMITTAL GUIDELINES</TITLE>");
			sub.document.write("<LINK REL='stylesheet' HREF='cbb.css' TYPE='text/css'>");
			sub.document.write("</HEAD><BODY style='font-family:arial;text-align:left;'>");
			sub.document.write("Want to submit a web site or Yahoo! Group? <BR>");
			sub.document.write("URL Submittal Guidelines");
			sub.document.write("<FONT COLOR='yellow'> (with examples)</FONT COLOR>");
			sub.document.write("<UL><FONT COLOR='#7FFF00'><B>WEB SITE</B></FONT COLOR><LI>");
			sub.document.write("Site Name: <FONT COLOR='yellow'>Amazon.com: World's Biggest"); 
			sub.document.write("&nbsp;Selection</FONT COLOR>");
			sub.document.write("<LI>URL: <FONT COLOR='yellow'>http://www.amazon.com"); 
			sub.document.write("</FONT COLOR><LI>Site Title: <FONT COLOR='yellow'>");
			sub.document.write("Amazon.com</FONT COLOR></UL><UL><FONT COLOR='#7FFF00'><B>");
			sub.document.write("<FONT COLOR='red'>Y<I>!</I></FONT COLOR> GROUP");
			sub.document.write("</B></FONT COLOR><LI>Name:  <FONT COLOR='yellow'>");
			sub.document.write("CowboyBeBopBLUES</FONT COLOR>");
			sub.document.write("<LI>URL: <FONT COLOR='yellow'>");
			sub.document.write("http://www.groups.yahoo.com/group/CowboyBeBopBlues");
			sub.document.write("</FONT COLOR><LI>Title: ");
			sub.document.write("<FONT COLOR='yellow'>Spike Spiegel Fan Club</FONT COLOR>");
			sub.document.write("</UL><SPAN STYLE='text-align:right;'><INPUT TYPE='checkbox'");
			sub.document.write("onClick=self.close();window.opener.location='phasedifferencespace.htm'><SMALL>CLOSE</SMALL> &nbsp;");
			sub.document.write("&nbsp; <INPUT TYPE='radio' onClick=window.opener.location='tomato.htm' NAME=emma><SMALL>E-MAIL</SMALL></SPAN STYLE>");
			sub.document.write("</BODY></HTML>");
		}


function xe()
		{
		var ucc=window.open("ucc.htm","univcc","height=273,width=725,scrollbars");
		ucc.moveTo(0,200);
		}


function hd()
		{
		var dic=window.open("dic.htm","hypd","height=150,width=250,scrollbars,resizable");dic.moveTo(400,400);
		}
//-------------------------------------------------------------------------------


//-------------------------------------------------------------------------------
// For updates page (newgenre.htm)
// Code by workATxwbDOT-COM
// & fixed by alanoveATmailDOT-COM
// on javascript_official@yahoogroups.com

var oldChecked="";
function boldIt(thisButton,thisText)
{
	if (thisButton.checked)
	{
					if(oldChecked)
					{
						document.getElementById(oldChecked).style.fontWeight="normal";
					}
				oldChecked = thisText;
				document.getElementById(thisText).style.fontWeight="bold";
      }
}
//------------------------------------------------------------------------

