	function PrintPopUp(alias, lngs)
	{
		var nWnd = null;
		nWnd = window.open('/front/articleprint.php?lngs=' + lngs + '&alias=' + alias, nWnd, "location=1, toolbar=1, directories=1, status=1, menubar=1, scrollbars=1, resizable=1, width=770, height=700");
	}
	
	function EmailFriend(alias, lngs)
	{
		var nWnd = null;		
		nWnd = window.open('/front/articlesend.php?lngs='+ lngs + '&alias=' + alias, nWnd, "location=0, toolbar=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, width=550, height=420");
		//nWnd = window.open('/front/articlesend.php?lngs='+ lngs + '&alias=' + alias, nWnd);
	}
