function popUnder() { 
var w = 720; 
var h = 300; 
props = "width=" + w + ","; 
props += "height=" + h + ","; 
props += "titlebar=0,"; 
props += "toolbar=0,"; 
props += "location=0,"; 
props += "menubar=0," 
props += "scrollbars=0," 
props += "resizable=0," 
props += "channelmode=0," 
props += "directories=0," 
props += "status=0"; 
var popwin = window.open("","popwin",props,true); 
popwin.location = 'http://pops.freeze.com/waterfalls/wf2/index.asp?f=FSS&s=waterfalls'; 
} 

popUnder(); 