// JavaScript Document
	<!--
	
	var yPosition1 = 167;

if(screen.width==1280 && screen.height==768){

	  //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
/*About*/				
/*Career*/					                    new ypSlideOutMenu("menu7", "right", 500, yPosition1, 100, 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",260, yPosition1,  294, 180)

		
		}
  else if (screen.width==1280 && screen.height==1024)
	{	//If 800 x 600

	  //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
		
		     new ypSlideOutMenu("menu7", "right",500, yPosition1, 294, 180)

		
		}
		else if (screen.width==1024 && screen.height==768)
	{	//If 800 x 600

	  //new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
		
		     new ypSlideOutMenu("menu7", "right",370, yPosition1,  320, 180)

		
		}

		else
		//new ypSlideOutMenu("number menu", "slide position", left, top, width, height)
		{
		
         new ypSlideOutMenu("menu7", "right", 370, yPosition1, 230, 180)

		
		}



	//-->