<script>
function initWin()
{
window.open("xxxx.htm","","toolbar=1,location=1,menubar=1,scrollbars=yes,resizable=yes
");
}
</script>