<html>
<head>
<script>
function OpenPopupWin(){
window.open('mypic.html',MyPopup'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,height=100,width=100');
}
</head>
<body onload="OpenPopupWin();">
<h1>This is a Test</h1>
</body>
</html>