

var myURL='http://www.cainer.com/bannerimages/suntail.htm';
var myWidth='600';
var myHeight='70';
var myTitlebar=1; // 1 is ON, 0 is OFF
var myToolbar=0;
var myLocation=0;
var myMenubar=0;
var myScrollbars=0;
var myResizable=0;
var myChannelmode=0;
var myDirectories=0
var myStatus=1;
// end options block
    
var pop='width='+myWidth+',height='+myHeight+',titlebar='+myTitlebar+',';
pop+='toolbar='+myToolbar+',location='+myLocation+',menubar='+myMenubar+',';
pop+='scrollbars='+myScrollbars+',resizable='+myResizable+',';
pop+='directories='+myDirectories+',status='+myStatus+'';
    
var xw=window.open(myURL,'cool', pop, true);
self.focus();
