///////////***********spiders.co.in***********//////////////////////
//////////////Company 		: nilacharal.com////////////////////////
//////////////Created By 	: www.spiders.co.in/////////////////////
//////////////Created Date 	: 05/07/2007////////////////////////////
//////////////Project		: spiders css menu//////////////////////
//////////////Modified By 	: www.spiders.co.in/////////////////////
//////////////Modified Date : 12/07/2007////////////////////////////
///////////***********spiders.co.in***********//////////////////////


var viewer 		= "same"
var width 		= "800"
var height 		= "625"
var scrollbars	= "yes"
var menu		= "no"
var tool		= "no"

var FAQ_width 	= 500
var FAQ_height 	= 500
var faqscrollbarS = "0"
var FAQviewer	= "no"


function ViewImage(data) {
   if (viewer == "popup") {
    windowHandle = window.open('image-viewer.htm' + '?' + data,'windowName',',scrollbars='+scrollbars+',resizable=yes,toolbar='+tool+',menubar='+menu+',width='+width+',height='+height+'');

}
else if (viewer == "new") {
    windowHandle = window.open('image-viewer.htm' + '?' + data,'windowName');
}
else if (viewer == "same") {
    window.location = ('image-viewer.htm' + '?' + data);
}
}

function popUpFAQ(URL) {
day = new Date();
id = day.getTime();
   if (FAQviewer == "no") {
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + faqscrollbarS + ',location=0,statusbar=0,menubar=0,resizable=1,width='+FAQ_width+',height='+FAQ_height+'');");
}
else 
if (FAQviewer == "yes") {
eval("page" + id + " = window.open(URL);");
}
}

IEMhover = function() {
	var IEMh = document.getElementById("menunav").getElementsByTagName("LI");
	for (var i=0; i<IEMh.length; i++) {
		IEMh[i].onmouseover=function() {
			this.className+=" IEMhover";
		}
		IEMh[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" IEMhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", IEMhover);











///////////***********spiders.co.in***********//////////////////////
//////////////Company 		: nilacharal.com////////////////////////
//////////////Created By 	: www.spiders.co.in/////////////////////
//////////////Created Date 	: 05/07/2007////////////////////////////
//////////////Project		: spiders css menu//////////////////////
//////////////Modified By 	: www.spiders.co.in/////////////////////
//////////////Modified Date : 12/07/2007////////////////////////////
///////////***********spiders.co.in***********//////////////////////

