function openCompanyPage(type, redirect){
  	jah('content.php?page=company&module=' + type, redirect);
}

function openPhotobookPage(type, album, sets, redirect){
	jah('content.php?page=company&module=' + type + '&album=' + album + '&set=' + sets, redirect);
}

function openVideoPage(redirect){
	jah('content.php?page=company&module=video', redirect);
}
