if (self.parent.frames.length == 0) 
self.parent.location="index.htm"; 

function show(way,w,h) {
window.open(way, 'newCommWin', 'Width='+w+',Height='+h+'', 'Toolbar=0, Location=0, Directories=0, Status=0, Menubar=0, scrollbars=0, Resizable=0, Copyhistory=0');
}
 
function w(way,s) {
window.open(s[0]+way, 'newCommWin', 'Width='+s[1]+',Height='+s[2]+'', 'Toolbar=0, Location=0, Directories=0, Status=0, Menubar=0, scrollbars=0, Resizable=0, Copyhistory=0');
}




