﻿function OpenWindow(page, name, w, h)
{
eval("window.open('"+page+"','"+name+"','width="+w+",height="+h+",menubar=no,scrollbars=no,toolbar=no,location=no,directories=yes,resizable=no,top=100,left=200')");
}

