	<!--to hiding script from old browsers
	/*Set Up Object*/
	var bAgent = navigator.userAgent;
	var bName = navigator.appName;
	var bPlugins = navigator.plugins;
	var d = document;
	
	function sniffer(){
		/*OS*/
		this.Win = bAgent.indexOf("Win",0) != -1 ? 1 :0;
		this.Mac = bAgent.indexOf("Mac",0) != -1 ? 1 :0;
		this.MacOSX = ((bAgent.indexOf("Mozilla") != -1) && (bAgent.indexOf("Mac OS X") != -1)) ? 1 :0;
		if(bPlugins){for(i=0;i<bPlugins.length;i++){if(this.Mac && (bPlugins[i].filename.indexOf("QuickTime Plugin.plugin")!=-1)){this.MacOSX=true;}}}
		
		/*Browser*/
		this.IE = ((bAgent.indexOf("MSIE") != -1) && (bAgent.indexOf("Opera") == -1)) ? 1 :0;
		this.NS = ((bName == "Netscape") && (bAgent.indexOf("Opera") == -1)) ? 1 :0;
		this.NC = ((bName == "Netscape") && (bAgent.indexOf("Gecko") == -1) && (bAgent.indexOf("Opera") == -1)) ? 1 :0;
		this.Moz = ((bAgent.indexOf("Gecko") != -1) && (bAgent.indexOf("Safari",0) == -1)) ? 1 :0;
		this.OPERA = bAgent.indexOf("Opera",0) != -1 ? 1 :0;
		this.SAFARI = bAgent.indexOf("Safari",0) != -1 ? 1 :0;
		this.ICAB = bAgent.indexOf("iCab",0) != -1 ? 1 :0;
		
		this.IE3 = (bAgent.indexOf('MSIE 3.',0) != -1);
		this.MacIE4 = (this.Mac && (bAgent.indexOf('MSIE 4.',0) != -1));
		this.MacIE45 = (this.Mac && (bAgent.indexOf('MSIE 4.5',0) != -1));
		this.MacIE5 = (this.Mac && (bAgent.indexOf('MSIE 5.',0) != -1));
		this.NS60 = (bAgent.indexOf("Netscape6/6.0") != -1);
		this.NS6 = (bAgent.indexOf("Netscape6/") != -1);
		this.NS7 = (bAgent.indexOf("Netscape/7") != -1);
		
		/*Object*/
		/*NS4 = 1, IE4 = 2, IE5+,OPERA5,7 = 3, NS6+,SAFARI,OPERA6 = 4, others = 0*/
		this.checkObj = d.all?(d.getElementById?3:2):(d.getElementById?4:(d.layers?1:0));
		this.allObj = ((this.checkObj == 1) || (this.checkObj == 2) || (this.checkObj == 3) || (this.checkObj == 4));
		this.checkObj4 = (d.getElementById && !d.all) ? 1 :0;
		this.checkObj3 = (d.getElementById && d.all) ? 1 :0;
		this.checkObj2 = (d.all && !d.getElementById) ? 1 :0;
		this.checkObj1 = d.layers ? 1 :0;
		
		/*Compat Mode*/
		this.modeStandard = d.compatMode == "CSS1Compat" ? 1 : 0;
		this.modeQuirks = d.compatMode == "BackCompat" ? 1 : 0;
		
		this.WinIE6s = (this.Win && this.IE && this.modeStandard && (bAgent.indexOf('MSIE 6.',0) != -1));
		this.WinIE6q = (this.Win && this.IE &&this. modeQuirks && (bAgent.indexOf('MSIE 6.',0) != -1));
		
		return this;
	}
	var usr = new sniffer;

	/*Set Up Stylesheet*/
	var cssType = (usr.Win && usr.OPERA)?"wie":(usr.MacOSX)?"mie":(usr.Mac && usr.OPERA)?"mie":(usr.Win && usr.IE)?"wie":(usr.Mac && usr.IE)?"mie":(usr.Win && usr.NC)?"wnc":(usr.Win && usr.NS)?"wns":(usr.Mac && usr.NC)?"mnc":(usr.Mac && usr.NS)?"mns":"wie";
	function setCss(){
		d.open();
		if(!!cssType && !usr.IE3 && usr.allObj){
			d.write('<link rel=\"stylesheet\" href=\"/shared/stylesheets/sayan_' +cssType+ '.css\" type=\"text/css\">');
		}else{
			d.write('<link rel=\"stylesheet\" href=\"/shared/stylesheets/sayan_wie.css\" type=\"text/css\">');
		}
		d.close();
	}
	var setupCss = new setCss;

	/*document reload for user resized*/
	if(! window.definedWidth && usr.NS){
		window.onresize = checkSize;
		window.definedWidth = window.innerWidth;
		window.definedHeight = window.innerHeight;
	}
	function checkSize(){
		if(definedWidth < window.innerWidth || definedWidth > window.innerWidth || definedHeight > window.innerHeight || definedHeight < window.innerHeight){
		location.reload();
		}
	}

	/*PageReset*/
	/*between 4.51 and 4.61 of NS be no good for meta content type*/
	var fileUrl = location.href;
	var checkAnchor = fileUrl.indexOf("#",0);
	function resetPage(){
		if(usr.NS){
			if(!checkAnchor){
				window.scroll(0,0);
			}else return true;
		}else return true;
	}

	/* form */
	doc='document.all';
	sty='.style';
	arrayElementStatus=new Array();
	arrayElementStatus[0]=new Array("inset","#ffffff");
	arrayElementStatus[1]=new Array("inset","#ebebeb");

	function setInputElementStatus(varCurrentElement,varStatus) {
		if((usr.Win && usr.IE) || usr.MacIE5) {
			varSelectedFormElementName=varCurrentElement.name;
			eval(doc + '[varSelectedFormElementName]' + sty + '.borderStyle ="'+ arrayElementStatus[varStatus][0] +'"');
			eval(doc + '[varSelectedFormElementName]' + sty + '.backgroundColor="'+ arrayElementStatus[varStatus][1] +'"');
		}
	}
	function selectInputText(obj){
		obj.focus();
		obj.select();
	}

	/*ChangeImage*/
	imgId1 = imgId2 = "";
	stayId1 = stayId2 = "";
	function changeImg(imgName,imgState,idName) {
		if(!idName){
			if(d.images) {
				var stringId0 = imgName.substring(0,4);
				var stringId1 = imgName.substring(4,8);
				var stringId2 = imgName.substring(4,8);
				if(((imgState == "out") || (imgState == "ovr")) && (stringId0 == "navh") && ((stringId1 == imgId1) || (stringId2 == imgId2))){
					d[imgName].src = eval(imgName + "ovr" + ".src");
				} else if(((imgState == "out") || (imgState == "ovr")) && (stringId0 == "navs") && ((stringId1 == imgId1) || (stringId2 == imgId2))){
					d[imgName].src = eval(imgName + "hld" + ".src");
				} else {
					d[imgName].src = eval(imgName + imgState + ".src");
				}
			}
		}else if(!!idName){
			if(usr.checkObj == 2 || usr.checkObj == 3 || usr.checkObj == 4){
				d[imgName].src = eval(imgName + imgState + ".src");
			}else if(usr.checkObj == 1){
				d.layers[idName].d[imgName].src = eval(imgName + imgState + ".src");
			}
		}
	}

	function stayMenu1(stayId1){
		changeImg("navh" + stayId1,"ovr");
		imgId1 = stayId1;
	}
	function stayMenu2(stayId2){
		changeImg("navs" + stayId2,"hld");
		imgId2 = stayId2;
	}
	// end hiding script from old browsers  -->
