I currently have it setup as a body onLoad, but I would prefer a 15 second delay using any other function that would get the job done.
<body onLoad="popIt=window.open('http://www.example.com/insight',
'popIt', 'toolbar=0, location=0, directories=0, menuBar=0, scrollbars=1,
resizable=1, width=900, height=900, left=500, top=500');">
What would be the best way to go about enacting a popup upon a 15 second delay? Thank You