

// var v_gfc = '/gfc';  // DEV
var v_gfc = '';      // LIVE


function show_this_is_trevethin_pop_pic(v)
{
	window.open(v_gfc+"/i/this_is_trevethin/_this_is_trevethin_pop.php?pic="+v, "", "menubar=no, location=no, status=no, toolbar=no, scrollbars=no, resizable=no, directories=no, width=550, left=20, top=20");	
}


function show_pic(v)
{
	window.open(v_gfc+"/i/trevethin_pop/trevethin_pop.php?pic="+v+".jpg", "", "menubar=no, location=no, status=no, toolbar=no, scrollbars=no, resizable=no, directories=no, width=550, left=20, top=20");	
}
function show_pic_2(path, w, h)
{
	window.open(v_gfc+"/i/show_pic_2.php?path="+path, "", "menubar=no, location=no, status=no, toolbar=no, scrollbars=no, resizable=no, directories=no, width=" + w + ", height=" + h + ", left=20, top=20");	
}
function show_cd_pic(v) 
{
	window.open(v_gfc+"/i/cd_heights_of_grace/heights_of_grace_pop.php?pic="+v, "", "menubar=no, location=no, status=no, toolbar=no, scrollbars=no, resizable=no, directories=no, width=370, height=365, left=20, top=20");	
}
function show_lyrics(s) 
{
	window.open(v_gfc+"/sound/heights_of_grace_lyrics_words.php?song_num="+s, "", "menubar=no, location=no, status=no, toolbar=no, scrollbars=yes, resizable=no, directories=no, width=500, height=370, left=20, top=20");	
}
function show_promises_2007()
{
	window.open(v_gfc+"/word/promises_2007.php", "promises", "menubar=no, location=no, status=no, toolbar=no, scrollbars=yes, resizable=yes, directories=no, width=798, height=450, left=20, top=20");	
}
function show_promises_2008()
{
	window.open(v_gfc+"/word/promises_2008.php", "promises", "menubar=no, location=no, status=no, toolbar=no, scrollbars=yes, resizable=yes, directories=no, width=798, height=450, left=20, top=20");	
}

function onload_event(v)
{
	// HIDE THE LOGO WHEN SCREEN RESOLUTION WIDTH IS ONLY 800px
	/*
	if (screen.width < 1024)
	{
		document.body.style.backgroundImage = 'url(/gfc/i/spacer.gif)';
	}
	else
	{
		document.body.style.backgroundImage = 'url(/gfc/i/logo/gfc_logo_004.jpg)';
	}
	*/

	// RANDOMIZE THE HEADER BG IMAGE
	/*
	var v_date = new Date();
	var v_bg_image_random = v_date.getSeconds();
	v_bg_image_random = v_bg_image_random % 2;
	switch(v_bg_image_random)
	{
		case 0:
		// document.body.style.background = 'url(../i/bg/hcc_hdr_20071214.jpg) repeat-x center 0';
		document.body.style.backgroundImage = 'url(' + v_gfc + '/i/bg/hcc_hdr_20071214.jpg)';
		break;
		case 1:
		// document.body.style.background = 'url(../i/bg/hdr_hcc_1700x134.jpg) repeat-x center 0';
		document.body.style.backgroundImage = 'url(' + v_gfc + '/i/bg/hdr_hcc_1700x134.jpg)';
		break;
		default:
		// document.body.style.background = 'url(../i/bg/hcc_hdr_20071214.jpg) repeat-x center 0';
		document.body.style.backgroundImage = 'url(' + v_gfc + '/i/bg/hcc_hdr_20071214.jpg)';
		break;
	}

	*/


	// alert(v_bg_image_random);

	var v_do_nothing = 0;

	if (v == 'MUSIC' || v == 'SERMONS')
	{
		f_music_onload();
	}

	if (v == 'INDEX')
	{
		f_move_news_tn_red_marker();
	}
}

function f_music_onload()
{
	if (navigator.appName != "Microsoft Internet Explorer")
	{
		document.getElementById("span_target_vs_link").innerHTML = "Link";
	}
}
