function createPopUp(URL, WIDTH, HEIGHT, CLOSE)
{
	windowprops = "left=50,top=50,width=" + WIDTH + ",height=" + HEIGHT;preview = window.open(URL, "preview", windowprops);
	if (CLOSE) setTimeout("preview.close();", CLOSE*1000);
}

function spawnTimedPopUp(window_url,popup_delay,popup_close,window_width,window_height)
{
	timerfunction = 'createPopUp("' + window_url + '", ' + window_width + ', ' + window_height + ', ' + popup_close + ' )';
	timer = setTimeout( timerfunction , popup_delay*1000 );
}

function winop(str)
{
	window.open(str, "win", "width=705,height=405,menubar=no")
}

function chatLink()
{
	window.open('http://www.4domains.com/cgi-bin/bhc_chat/chat.cgi', 'LiveChat', 'width=450,height=300,scrollbars=0,toolbar=no,location=no,menubar=no,status=no,resizable=yes');
	return false;
}

function wordWizard()
{
	window.open('http://www.4domains.com/domains/wizard_intro.html', 'WordWizard', 'width=350,height=284,scrollbars=0,toolbar=no,location=no,menubar=no,status=no,resizable=no');
	return false;
}

function goTo(linkurl)
{
	document.location = linkurl;
}

function PopupHelp( type )
{
	window.open( 'https://www.4domains.com/cgi-bin/4domains/showhelp.cgi?type=' + type, 'PopupHelp', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=auto,copyhistory=no,width=350,height=400' ).focus();
}

function AudioPopupHelp( type )
{
	window.open( 'https://www.4domains.com/cgi-bin/audiohelp/showhelp.cgi?refkey=' + type, 'AudioPopupHelp', 'toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=268,height=96' ).focus();
}

function VideoPopupHelp( type )
{
	window.open( 'https://www.4domains.com/cgi-bin/videohelp/showhelp.cgi?refkey=' + type, 'VideoPopupHelp', 'toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=268,height=96' ).focus();
}

function ShowcaseHelp( type )
{
	window.open( 'https://www.4domains.com/cgi-bin/newlook/showcase_showhelp.cgi?type=' + type, 'PopupHelp', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=auto,copyhistory=no,width=250,height=400' ).focus();
}

function createPopUp(URL, WIDTH, HEIGHT, CLOSE)
{
	windowprops = "left=50,top=50,width=" + WIDTH + ",height=" + HEIGHT;preview = window.open(URL, "preview", windowprops);
	if (CLOSE) setTimeout("preview.close();", CLOSE*1000);
}

function spawnTimedPopUp(window_url,popup_delay,popup_close,window_width,window_height)
{
	timerfunction = 'createPopUp("' + window_url + '", ' + window_width + ', ' + window_height + ', ' + popup_close + ' )';
	timer = setTimeout( timerfunction , popup_delay*1000 );
}
