function openC360View(reference) {
	window.open('http://www.c360.no/content360/browsers/zett_browser.asp?tourno=' + reference,'c360','width=690,height=435');
}

/* should not be used */
function printObject(objectId) {
	var img = document.createElement('img');
	img.src = 'servlets/Counter?type=5&objectId=' + objectId;
	var imgRef = document.body.appendChild(img);
	document.body.removeChild(imgRef);
	window.print();
}
/* should not be used */
function mailCount(objectId) {
	var img = document.createElement('img');
	img.src = 'servlets/Counter?type=3&objectId=' + objectId;
	var imgRef = document.body.appendChild(img);
	document.body.removeChild(imgRef);
}

function count(objectId, typeId) {
	var img = document.createElement('img');
	img.src = 'servlets/Counter?type='+typeId+'&objectId=' + objectId;
	var imgRef = document.body.appendChild(img);
	document.body.removeChild(imgRef);
}

function getbooking(id,housenumber) {
	var link = "http://www.novasol.no/house.nsf/0/578nov?opendocument&A=2028710&H="+housenumber;
	document.getElementById(id).href=link;
}
