// JavaScript Document
function showbig(pic, txt)
{
//win1 = window.open("showimage.htm?" + x , "win1", "scrollbars=no,titlebar=no,status=no,height=10,width=10" )
win2 = window.open("showimage.asp?pic=" + pic + "&txt=" + txt, "win2", "scrollbars=no,titlebar=no,status=no,height=10,width=10" )
}