﻿

function islogin()
{
    if(getCookie("Userid")!=""&&getCookie("Userid")!=undefined&&getCookie("Username")!=""&&getCookie("Username")!=undefined)
	{
	
	     window.location.href="../../Matertial/sendManger/index.aspx";
	}
	else
	{
	 
	   var strUrl;
	   strUrl=document.location.href;
	   window.open("../../login.aspx?Url="+strUrl+"","_blank");
	}
}

function isFa()
{
    if(getCookie("Userid")!=""&&getCookie("Userid")!=undefined&&getCookie("Username")!=""&&getCookie("Username")!=undefined)
	{
	
	     window.location.href="../../Matertial/show/Favorite.aspx";
	}
	else
	{
	 
	   var strUrl;
	   strUrl=document.location.href;
	   window.open("../../login.aspx?Url="+strUrl+"","_blank");
	}
}

function isNews()
{
    if(getCookie("Userid")!=""&&getCookie("Userid")!=undefined&&getCookie("Username")!=""&&getCookie("Username")!=undefined)
	{
	
	     window.open ("../../Matertial/show/NewsInfo.aspx", "newwindow", "height=30, width=200, toolbar= no, menubar=no, scrollbars=no, resizable=no, location=no, status=no,top=400,left=200");
	}
	else
	{
	 
	   var strUrl;
	   strUrl=document.location.href;
	   window.open("../../login.aspx?Url="+strUrl+"","_blank");
	}
}
