<!--
		
	function nad(name, nad_image){
		var p1="images/button_"
		var p2="2.gif"
		document[name].src=nad_image
	}
	
	function out(name, out_image)	{
		var p1="images/button_"
		var p3="1.gif"
		document[name].src=out_image
	}
	

///////////////////////////

/*var message="???? ???????\n\n";
message= message + "??? ?????? ?? ???????? PDF ???? ? ?????? ???????, ????????? \"OK\" \? ???????? ?????? ???????? \"Cancel\".\n";
function click(e) {
                if (document.all) {
                if (event.button == 2) {
                        if (confirm(message)) {
                                parent.location.href="/obshti_uslovia_B_M_Marsil.pdf"
                        }
                        return false;
                }
        }

        if (document.layers) {
                if (e.which == 3) {
                        if (confirm(message)) {
                                parent.location.href="/obshti_uslovia_B_M_Marsil.pdf"
                        }
                        return false;
                }
        }else{
		
		}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);}else{
}
document.onmousedown=click;

*/
-->
	