
function launchPopUp(){
var loc = "http://www.fishbowl.com/clt/chlscrp/lp/join/Popup_Promo/fraudpopup/popup.htm";
var pop_height = 170;
var pop_width = 400;
var pop_top = 0;
var pop_left = 0;
window.open(loc,'pop','height='+pop_height+',width='+pop_width+',left='+pop_left+',top='+pop_top+',fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no');
}
