<!-- Begin
var W3C = document.getElementById? true:false;
var NN4 = document.layers? true:false;
var IE4 = document.all? true:false;

function sure(msg, url) {
	if (confirm(msg)) document.location = url;
}

function openWin(url,height,width,windowName) { 
	winOptions = ("height=" + height + ",width=" + width + ",menubar=0,toolbar=0,scrollbars=1,location=0,resizable=1,status=0");
	windowRef = window.open(url,windowName,winOptions);
}

function showStatus(msg) {
	window.status = msg;
	return true;
}

function printpage() {
	if ( W3C || IE4 ) {
		javascript:window.print()
	} else {
		javascript:alert("Use (CTRL-P) to print this page")
	}
}
function contact(me,subject,htmltext){
	output = '<a href="mailto:' + me + '@commerce-hub.com?subject=' + subject + '">' + htmltext; + '</a>';
	return output;
}
function selectLanguage(selObj) {
	var pref=selObj.options[selObj.selectedIndex].value
	if (pref == "NL") {
		self.location = "/nl.html";
	}
	else if (pref == "UK") {
		self.location = "/uk.html";
	}
}

// End -->
