


//################################ slide show ##################################################


		//<!-- Begin
		// scroll bar color
		function changeScrollbarColor(C) {
		if (document.all) {
		document.body.style.scrollbarBaseColor = C;
		   }
		}
		//  End -->


		//<!-- Begin
		// scroll status message
		function StartScroll() {
			msg=" ¤ ...:...Gandhiyam...:... ";
			ScrollMessage();
		}

		function ScrollMessage() {
			window.status = msg;
			msg = msg.substring(1, msg.length) + msg.substring(0, 1);
			timer = setTimeout("ScrollMessage()", 100);
		}

		StartScroll();    
		//  End -->




//################################ end of Menu ##################################################


//################################ open window ##################################################



	<!--
		function OpenWindow(page) {
		OpenWin = this.open(page, "CtrlWindow3", "top=0,left=0,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=YES,width=770,height=600");
		}

//################################ end ##################################################
