
function afapache(url)
{
var link = "http://www.seebi.net/go/index.php?id=" + url + "";
msg=window.open(link ,"","height=600,width=800,left=120,top=30,scrollbars=yes,toolbar=yes,location=yes,directories=yes,menubar=yes,resizable=yes,status=yes");
}