function openwin(winurl,id)
{
if(winurl == "jalpan.asp")
{
winurl1 = winurl+"?id="+id
newwin=window.open(winurl,'sample','height=525,width=600,left=190,top=0,scrollbars=yes')
newwin.focus()
}
else
{
newwin=window.open(winurl,'sample','height=525,width=600,left=190,top=0,scrollbars=yes')
newwin.focus()
}
}