function changepath()
		{
		var path=window.parent.location.pathname;
		var ind=path.lastIndexOf("/");
		var len=path.length;
		strname=path.substring(ind+1,len) ;
        //alert(strname)
		
	if(strname!="mainP.aspx")
	{
 //  window.location.replace("http://localhost/ncpslu/mainP.aspx"); 
	//window.location.replace("http://www.ncpslu.gov.eg/mainP.aspx"); 
	window.focus();  
	
	}
	}


function changepath_E()
		{
		var path=window.parent.location.pathname;
		var ind=path.lastIndexOf("/");
		var len=path.length;
		strname=path.substring(ind+1,len) ;
        //alert(strname)
		
	if(strname!="mainP_E.aspx")
	{
  // window.location.replace("http://localhost/ncpslu/mainP_E.aspx"); 
	//window.location.replace("http://www.ncpslu.gov.eg/mainP.aspx"); 
	window.focus();  
	
	}
	}
	
	function openwinForUesLand(id)
		{
		if(id=="div1")
		{
		window.open("UsedLand1.aspx","_Blank","width=850,height=700,resizable=yes,top=10,left=100,scrollbars=yes"); 
		}
		if(id=="div2")
		{
		
		window.open("UsedLand2.aspx","_Blank","width=950,height=300,resizable=yes,top=100,left=10,scrollbars=yes"); 
		}
		if(id=="div3")
		{
		window.open("UsedLand3.aspx","_Blank","width=850,height=700,resizable=yes,top=100,left=100,scrollbars=yes");  
		}
		}
		
		function openwinForUesLand_E(id)
		{
		if(id=="div1")
		{
		window.open("UsedLand1_E.aspx","_Blank","width=850,height=700,resizable=yes,top=10,left=100,scrollbars=yes"); 
		}
		if(id=="div2")
		{
		
		window.open("UsedLand2_E.aspx","_Blank","width=950,height=300,resizable=yes,top=100,left=10,scrollbars=yes"); 
		}
		if(id=="div3")
		{
		window.open("UsedLand3_E.aspx","_Blank","width=850,height=700,resizable=yes,top=100,left=100,scrollbars=yes");  
		}
		}
	
	
	
	
	function openwinForStateLand(id)
		{
		if(id=="div1")
		{
		window.open("SLand1.aspx","_Blank","width=800,height=600,resizable=yes,top=100,left=100,scrollbars=yes"); 
		}
		if(id=="div2")
		{
		
		window.open("SLand2.aspx","_Blank","width=800,height=600,resizable=yes,top=100,left=100,scrollbars=yes"); 
		}
		if(id=="div3")
		{
		window.open("SLand3.aspx","_Blank","width=800,height=600,resizable=yes,top=100,left=100,scrollbars=yes");  
		}
		}
	
	
	function openwinForStateLand_E(id)
		{
		if(id=="div1")
		{
		//window.open("../underconstration.htm","_Blank","width=800,height=600,resizable=yes,top=100,left=100,scrollbars=yes"); 
	      window.open("SLand1_E.aspx","_Blank","width=800,height=600,resizable=yes,top=100,left=100,scrollbars=yes"); 
		}
		if(id=="div2")
		{
		//window.open("../underconstration.htm","_Blank","width=800,height=600,resizable=yes,top=100,left=100,scrollbars=yes"); 
		window.open("SLand2_E.aspx","_Blank","width=800,height=600,resizable=yes,top=100,left=100,scrollbars=yes"); 
		}
		if(id=="div3")
		{
		//window.open("../underconstration.htm","_Blank","width=800,height=600,resizable=yes,top=100,left=100,scrollbars=yes");  
		window.open("SLand3_E.aspx","_Blank","width=800,height=600,resizable=yes,top=100,left=100,scrollbars=yes");  
		}
		}
		
		
		
		
		
 function openPage(id)
	{
	if(id=="imgenter_A")
	{
		window.open("mainP.aspx","_self");
	}
	else if(id=="imgenter_E")
	{
		window.open("mainP_E.aspx","_self");
		
	}
	}
	
	
	
	
	function mainp_click(id)
	{
	
	if(id=="ub1_0")
	{
	window.open("MainPage.aspx","WorkArea");
	}
	else if(id=="ub1_1")
	{
	window.open("Question.aspx","WorkArea");
	}
	else if(id=="ub1_2")
	{window.open("Links.aspx","WorkArea");
	}
	else if(id=="ub1_3")
	{
	window.open("SiteMap.aspx","WorkArea");
	}
	else if(id=="ub1_4")
	{
	window.open("ContactUS.aspx","WorkArea");
	}
	else if(id=="ub1_5")
	{
	window.open("mainP_E.aspx","_self");
	}

	}
	
	
	
	function mainpE_click(id)
	{
	
	if(id=="ub1_0")
	{
	window.open("MainPage_E.aspx","WorkArea");
	}
	else if(id=="ub1_1")
	{
	window.open("Question_E.aspx","WorkArea");
	}
	else if(id=="ub1_2")
	{window.open("Links_E.aspx","WorkArea");
	}
	else if(id=="ub1_3")
	{
	window.open("SiteMap_E.aspx","WorkArea");
	}
	else if(id=="ub1_4")
	{
	window.open("ContactUS_E.aspx","WorkArea");
	}
	else if(id=="ub1_5")
	{
	window.open("mainP.aspx","_self");
	}

	}
