// JavaScript Document
	<!--
	var yPosition = 112;
	

if(screen.width==1024){

	  //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
/*About*/				
/*Career*/				
	                    new ypSlideOutMenu("menu5", "down", 245, yPosition + 22, 125, 180)
	                    

/*Pvt. Label*/			
		}

	else if (screen.width==800 && screen.height==600)
	{	//If 800 x 600

	  //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
		
		
		new ypSlideOutMenu("menu5", "down", 95, yPosition + 22, 125, 180)
		
		
		}
		else
		//new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
		{
		
		new ypSlideOutMenu("menu5", "down", 338, yPosition + 22, 125, 180)
		

		
		}


	//-->