// JavaScript Document
	<!--
	
	var yPosition1 = 238;

if(screen.width==1280 && screen.height==768){

	  //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
/*About*/				
/*Career*/					                    new ypSlideOutMenu("menu7", "right", 300, yPosition1, 170, 460)

/*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("menu7", "right",140, yPosition1, 170, 160)

		
		}
		else
		//new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
		{
		
         new ypSlideOutMenu("menu7", "right", 182, yPosition1, 170, 160)

		
		}


	//-->