var TheIMWindowurl = "http://im.cartoonnetworkhq.com/scripts/im/main.cgi"; var TheIMWindow = ''; function goIM(){ if (!TheIMWindow.closed && TheIMWindow.location) {} else { TheIMWindow = window.open(TheIMWindowurl,"popIM","titlebar=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=554"); if (!TheIMWindow.opener) TheIMWindow.opener = self; } TheIMWindow.blur();TheIMWindow.focus(); }