defaultStatus = "TPM Club India";
brName = navigator.appName;
brVersion = parseInt(navigator.appVersion);

if ((brName == "Netscape" && brVersion >= 3) || (brName == "Microsoft Internet Explorer" && brVersion >= 4))
	action = "Yes";
else
	action = "No";

if (action == "Yes") {
	img01over = new Image();
	img01over.src="images/news1.gif";
	img02over = new Image();
	img02over.src="images/article1.gif";
	img03over = new Image();
	img03over.src="images/faq1.gif";
	img04over = new Image();
	img04over.src="images/sitemap1.gif";
	img05over = new Image();
	img05over.src="images/contact1.gif";
	img06over = new Image();
	img06over.src="images/about1.jpg";
	img07over = new Image();
	img07over.src="images/member1.jpg";
	img08over = new Image();
	img08over.src="images/download1.jpg";
	img09over = new Image();
	img09over.src="images/event1.jpg";
	img10over = new Image();
	img10over.src="images/poka1.jpg";
        
	img01out = new Image();
	img01out.src="images/news.gif";
	img02out = new Image();
	img02out.src="images/article.gif";
	img03out = new Image();
	img03out.src="images/faq.gif";
	img04out = new Image();
	img04out.src="images/sitemap.gif";
	img05out = new Image();
	img05out.src="images/contact.gif";
	img06out = new Image();
	img06out.src="images/about.jpg";
	img07out = new Image();
	img07out.src="images/member.jpg";
	img08out = new Image();
	img08out.src="images/download.jpg";
	img09out = new Image();
	img09out.src="images/event.jpg";
	img10out = new Image();
	img10out.src="images/poka.jpg";
	img11out = new Image();
	img11out.src="images/organiser.gif";

	function imgOver(imgName) {
			document[imgName].src= eval(imgName + "over.src");
	}

	function imgOut(imgName) {
			document[imgName].src= eval(imgName + "out.src");
	}
}


function pdfalert() {
	alert("Download Instructions:\n\n\t- Right click on the link to open context menu\n\t- Choose 'Save Target as...' to save the file on the computer's hard disk\n\t- View the saved document (*.PDF) using Adobe Acrobat Reader.");
	return false;
}
