﻿function mypopup()
{
mywindow = window.open("moment.html","mywindow","location=0,status=0,toolbar=0,menubar=0,directories=0,scrollbars=0,width=100,height=100");
mywindow.moveTo(200,300);
} 