| Previous |
var bwname = "Local Rules";
function viewTnver() {
window.name = "botcontrol";
tbver = window.open("wedding_photos_pop.html","tbver",'width=450,height=450,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=no');
}
function closeTnver() {
if (tbver != null)
tbver.close();
}
//-->
|