<% if Request.Cookies("strStatus")="admin" then %>
some text
<a href="mypage.asp" onClick="NewWindow(this.href,'test','750','500','no','center');return false">mypage</a>
<%elseif Request.Cookies("strStatus")="guest" then%>
some...