if($('.bestil_btn span')){
	$('.bestil_btn span').click(function(e){
		popup1 = window.open('http://82.134.6.185/~flyttom/bilutleie.php','newWin1','left=20,top=20,width=480,height=550,toolbar=0,resizable=1');
	});
}

if($('#cubics')){
	$('#cubics').click(function(e){
		popup2 = window.open('http://82.134.6.185/~flyttom/volum.php','newWin2','left=20,top=20,width=550,height=550,toolbar=0,resizable=0,scrollbars=1');
	});
}

if($('#prn')){
	$('#prn').click(function(e){
		e.preventDefault();
		window.print();
	});
}
