<!-- 

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

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

//-->