function openWin(page)
{
    window.open(page,'moreinfo','width=500, height=540, status=0, toolbar=0, location=0, menubar=0, resizable=0');
}
