	function Open_Popup(DynamicContentID)
	{
		try
		{
			 var ScreenWidth=window.screen.width;
	    	 var ScreenHeight=window.screen.height;
			 var movefromedge=0;
			 placementx=(ScreenWidth/2)-((350)/2);
			 placementy=(ScreenHeight/2)-((400+50)/2);
		    address = "popup.asp?DynamicContentID=" + DynamicContentID
		     prm = "width=350,height=400,toolbar=0,location=0,directories=0,status=0,scrollbars=1,menubar=0,resizable=1,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+","
		     WinPop=window.open(address,'window1',prm);
		 }catch(e){}
	}
	
	function Open_Print(menuId,DynamicContentID,LangCode)
	{
		try
		{
			 var ScreenWidth=window.screen.width;
	    	 var ScreenHeight=window.screen.height;
			 var movefromedge=0;
			 placementx=(ScreenWidth/2)-((550)/2);
			 placementy=(ScreenHeight/2)-((600+50)/2);
		     address = "showPrint.asp?DynamicContentID=" + DynamicContentID + "&menuId=" + menuId + "&LangCode=" + LangCode;
		     prm = "width=550,height=600,toolbar=0,location=0,directories=0,status=0,scrollbars=1,menubar=0,resizable=1,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+","
		     WinPop=window.open(address,'window1',prm);
		 }catch(e){}
	}
	
	function Open_SendAFriend(menuId,DynamicContentID,LangCode)
	{
		try
		{
			 var ScreenWidth=window.screen.width;
	    	 var ScreenHeight=window.screen.height;
			 var movefromedge=0;
			 placementx=(ScreenWidth/2)-((407)/2);
			 placementy=(ScreenHeight/2)-((310+50)/2);
		     address = "sendAFriend.asp?DynamicContentID=" + DynamicContentID + "&menuId=" + menuId + "&LangCode=" + LangCode;
		     prm = "width=407,height=310,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=1,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+","
		     WinPop=window.open(address,'window1',prm);
		 }catch(e){}
	}
	
	function AddToFavorite()  
	{	
		try
		{
			window.external.AddFavorite("http://www.med-law.co.il/","אתר המשפט הרפואי");
		}catch(e){}
	} 
	
	function setHomePage()
	{
		try
		{
	    	oHomePage.setHomePage("http://www.med-law.co.il/");
		}catch(e){}
	}
	
	function setLink(IdNum)
	{
		try
		{
			//***** כתב העת רפואה ומשפט *****//
			if(IdNum == 304)
			{
				window.location.href = "showList.asp?MenuID_Doc=304&MenuID=320";
			}
			else
			{
				//***** מילון מונחים *****//
				if(IdNum == 306)
				{
					window.location.href = "showList.asp?MenuID_Doc=306&MenuID=321";
				}
				else
				{
					//***** פסקי דין *****//
					if(IdNum == 323)
					{
						window.location.href = "showList.asp?MenuID_Doc=323&MenuID=325";
					}
					else
					{
						window.location.href = "showDoc.asp?MenuID=" + IdNum;
					}
				}
			}
				
		//	window.location.href = "showDoc.asp?MenuID=" + IdNum;
		//	if(IdNum == 320 || IdNum == 321)
		//	{
		//		window.location.href = "showList.asp?MenuID=" + IdNum;
		//	}
		//	else
		//	{
		//		window.location.href = "showDoc.asp?MenuID=" + IdNum;
		//	}
		}catch(e){}
	}
