<!--

// Specific startup for terrashare ads.
// DGJ 26/04/00

function start_pop_up()
{
	blockEvents();

	openDialog("/sub/ad.html",490,120, nullfunc);
	unblockEvents();
  //setTimeout("start_pop_up();", 45000);
}

function nullfunc()
{
}

// Global for browser version branching.

var Nav4 = ((navigator.appName == "Netscape") && 
						(parseInt(navigator.appVersion) >= 4))

var Nav = (navigator.appName == "Netscape")

// One object tracks the current modal dialog opened from this window.
var dialogWin = new Object()

//-->


