function OpenWin(url, options) {
page = url;
if (page.length == 0) page = "/";
window.open(page,"window",options);
}


