// JavaScript Document
	<!--
	var yPosition = 10;

if((screen.width>=1024) ){

	  //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
				new ypSlideOutMenu("menu1", "down", 60, yPosition, 110, 330)
				new ypSlideOutMenu("menu2", "down", 60, yPosition+60, 110, 130)
				new ypSlideOutMenu("menu3", "down", 60, yPosition+90, 110, 130)
				new ypSlideOutMenu("menu4", "down", 60, yPosition+120, 110, 130)
		}
		

	else{ 	//If 800 x 600

	  //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
		new ypSlideOutMenu("menu1", "down", 230, yPosition, 100, 130)
		new ypSlideOutMenu("menu2", "down", 230, yPosition+60, 100, 130)
		new ypSlideOutMenu("menu3", "down", 230, yPosition+90, 100, 130)
		new ypSlideOutMenu("menu4", "down", 230, yPosition+120, 100, 130)
		}

	//-->


//var agt=navigator.userAgent.toLowerCase();
//if (agt.indexOf("firefox") != -1) return 'firefox';
//if ((navigator.userAgent.toLowerCase()).indexOf("firefox") != -1) return 'firefox';
//if ((navigator.userAgent.toLowerCase()).indexOf("firefox") == -1) return 'not firefox';