﻿// JScript File
function OpenTellFrind()
			{
				window.open("/Pages/TellFriend/PopUp.aspx?URl=<%Response.Write(Request.Path + '?'+Request.QueryString);%>", "Result", "width=500,height=400,scrollbars=no,toolbar=no ; menubar=no ; location=no ; top=10; left=20;");
			}
