
<!--
function openWindow(strName)
{
path = "display.php?sName=" + strName;
window.open(path, "Loto", "toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=yes, copyhistory=no, width=620, height=520, left=50, top=50");
}

//-->

