function openwin(LinkPath)
{

wincalc = window.open(LinkPath,"ImageWin","toolbar=no,location=no,width=400,height=500");
}
