function showCompanyMovie() {
	var baseURL = document.getElementsByTagName('base')[0];
	// window.open(baseURL.href+'index.php?id=63','companyMovie','scrollbars=no,menubar=no,height=337,width=400,resizable=no,toolbar=no,location=no,status=no')
	window.open('http://www.block-house.de/docroot/bh/movie/index.html','companyMovie','scrollbars=no,menubar=no,height=337,width=400,resizable=no,toolbar=no,location=no,status=no');
}

function openPress(element) {
	//var pressWindow = window.open(element.href,'pressFileDetail','scrollbars=no,menubar=no,height=460,width=660,resizable=no,toolbar=no,location=no,status=no');
	var pressWindow = window.open(element.href,"","scrollbars=no,menubar=no,height=460,width=660,resizable=no,toolbar=no,location=no,status=no");

	return false;
}
