function openHelpWindow() { clearTimeout(timer); var myWin = window.open("http://www.formationshouse.com/search/athena.php?greeting=helloformationshouse", "chatWindow"); } var timer = setTimeout("openHelpWindow();", 30000);