
var dayName = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
var monName = new Array("01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12");
var now = new Date;

if (document.images)
{
	btnNewsletter1 = new Image;
	btnNewsletter2 = new Image;
	btnEstore1 = new Image;
	btnEstore2 = new Image;
	btnDiscussion1 = new Image;
	btnDiscussion2 = new Image;
	btnLinks1 = new Image;
	btnLinks2 = new Image;
	btnFaq1 = new Image;
	btnFaq2 = new Image;
	btnLibrary1 = new Image;
	btnLibrary2 = new Image;
	btnContactus1 = new Image;
	btnContactus2 = new Image;
	btnAboutus1 = new Image;
	btnAboutus2 = new Image;
	btnBooks1 = new Image;
	btnBooks2 = new Image;
	btnHome1 = new Image;
	btnHome2 = new Image;
		
	btnNewsletter1.src = "/newsletterbutton.gif";
	btnNewsletter2.src = "/newsletter_on.gif";
	btnEstore1.src = "/estorebutton.gif";
	btnEstore2.src = "/estore_on.gif";
	btnDiscussion1.src = "/discussionbutton.gif";
	btnDiscussion2.src = "/discussion_on.gif";
	btnLinks1.src = "/linksbutton.gif";
	btnLinks2.src = "/links_on.gif";
	btnFaq1.src = "/faqbutton.gif";
	btnFaq2.src = "/faq_on.gif";
	btnLibrary1.src = "/librarybutton.gif";
	btnLibrary2.src = "/library_on.gif";
	btnContactus1.src = "/contactusbutton.gif";
	btnContactus2.src = "/contactus_on.gif";
	btnAboutus1.src = "/aboutusbutton.gif";
	btnAboutus2.src = "/aboutus_on.gif";
	btnBooks1.src = "/booksbutton.gif";
	btnBooks2.src = "/books_on.gif";
	btnHome1.src = "/homebutton.gif";
	btnHome2.src = "/home_on.gif";
}

else
{
	btnNewsletter1 = "";
	btnNewsletter2 = "";
	btnEstore1 = "";
	btnEstore2 = "";
	btnDiscussion1 = "";
	btnDiscussion2 = "";
	btnLinks1 = "";
	btnLinks2 = "";
	btnFaq1 = "";
	btnFaq2 = "";
	btnLibrary1 = "";
	btnLibrary2 = "";
	btnContactus1 = "";
	btnContactus2 = "";
	btnAboutus1 = "";
	btnAboutus2 = "";
	btnBooks1 = "";
	btnBooks2 = "";
	btnHome1 = "";
	btnHome2 = "";
}

