<!-- hide

var bl_w=new Image();bl_w.src="./pad.gif";
var info=new Array(4);
info[1]=new Array(3);
info[1][0]=new Image();info[1][0].src="/images/front/box_1_w.jpg";
info[1][1]=new Image();info[1][1].src="/images/front/box_1_p.jpg";
info[1][2]=new Image();info[1][2].src="/images/front/discography.gif";
info[2]=new Array(3);
info[2][0]=new Image();info[2][0].src="/images/front/box_2_w.jpg";
info[2][1]=new Image();info[2][1].src="/images/front/box_2_p.jpg";
info[2][2]=new Image();info[2][2].src="/images/front/gallery.gif";
info[3]=new Array(3);
info[3][0]=new Image();info[3][0].src="/images/front/box_3_w.jpg";
info[3][1]=new Image();info[3][1].src="/images/front/box_3_p.jpg";
info[3][2]=new Image();info[3][2].src="/images/front/lyrics.gif";

function on(img,obj,txt) { window.status=txt; if (document.images) {
document['lk'].src=info[obj][2].src;
document[img].src=info[obj][0].src;
} }

function off(img,obj) { if (document.images) {
document['lk'].src=bl_w.src;
document[img].src=info[obj][1].src;
} }

function openwindow(location,width,height,centered,scroll) {
	var w_top = ((screen.height-height)/2);
	var w_left = ((screen.width-width)/2);
	var options = "location=0,status=0,toolbar=0,menubar=0,directories=0,width=";
	var needscroll = false;
	if (width <= screen.availWidth) {options = options + width;}
		else {
		value = screen.availWidth-12;
		options=options + value;
		needscroll=true;
		}
	options = options + ",height=";
	if (height <= screen.availHeight) {options = options + height;}
		else {
		value = screen.availHeight-30;
		options = options + value;
		needscroll = true;
		}
	if (needscroll == true) {options = "scrollbars,resizable," + options;}
		else {options = "scrollbars=0,resizable=0," + options;}
	if (centered) options = "top=" + w_top + ",left=" + w_left + "," + options;
	handle=window.open(location,"",options);
	handle.focus();
	return;
	}

window.defaultStatus="The Unofficial Chris De Burgh Web Site";

// -->

