function menu_jump(a) {
	postsubmit("menuSel",a);
}

function download(file) {
	window.open("download_file.php?file="+file+"&code=23812938");
}

function open_news(a) {
		new Ajax.Request("_local/_ajx_news.php", {
		method: "post",
		parameters: {id:a},
		onSuccess: function (a) { 
			$("popup1div").innerHTML = a.responseText;
			popup1.start("896","320");
			popup1.open("noresize&novcenter",-40);
		}
	});
}

function offerte_img(a) {
		new Ajax.Request("_local/_offerte_img.php", {
			method: "post",
			parameters: {id:a},
			onSuccess: function (a) {
				$("popup1div").innerHTML = a.responseText;
				popup1.open();
			}
		});
}