<!--

if (top.location != self.location) { top.location = self.location }

function openScript(url, width, height) {
        var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,status=no' );
}

function popupform(myform, windowname)
{
if (! window.focus)return true;
window.open('', windowname, 'height=450,width=640,scrollbars=yes');
myform.target=windowname;
return true;
}


// -->
