
var newWindowFeatures="Scrollbars=yes, Resizable=yes, dependent=1,innerHeight=1,innerWidth=1, location=0";
///////////////////////////////////////////////////
function show_img(img_1,name,w,h, text)
{
//var new_img = "graf/" + img_1;
//img_1 = "Привет!!!"
var board=window.open("","Board","left=10, top = 10, Width="+w+",height="+h+","+newWindowFeatures);


  board.focus();
  //board.document.open();
  board.document.write('<html>');
  board.document.write('<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">');
  board.document.write('<head><title>'+ name+'</title>');
  board.document.write('<LINK REL="stylesheet" HREF="styles.css" TYPE="text/css">');
  board.document.write('</head>');
  board.document.write('<body bgcolor="#F0F1F5" background="image/fon03.jpg">');
  if (img_1!=''){
  	board.document.write('<center><IMG border = 0 align="center" valign="baseline" src='+img_1+' alt = '+ name+'>');// VSPACE=5 HSPACE=5
  }
  board.document.write('<br> <font class="text">'+text+'</font>');
  //="left|right|top|texttop|middle|
  board.document.write(' </center></body>');
  board.document.write('</html>');
  board.document.close();
  };
///////////////////////////////////////////////////
////  Печать 
function print_value(w,h, id_part)
{
//var new_img = "graf/" + img_1;
//img_1 = "Привет!!!"
//var board=window.open("","Board","left=10, top = 10, Width="+w+",height="+h+",Scrollbars=yes, Resizable=yes, menubar=1, status=1, location=1, dependent=1 ");//,"newWindowFeatures"
//alert("11");
var board=window.open("print_value.php?print_id_part="+id_part, "print_value","left=10, top = 10, Width="+w+",height="+h+","+newWindowFeatures)
board.focus();

};
////  Конец Печать 
///////////////////////////////////////////////////

  
function over_on(n,ovr) {var d=document,x; x=d[n];if (!(x) && d.all) x=d.all[n];
	if (x){	document.wb_image=x; document.wb_normal=x.src; x.src=ovr; }}

function over_off() {var x=document.wb_image; if (document.wb_normal) x.src=document.wb_normal;}

function preload(image) {var d=document; if(!d.wb_pre) d.wb_pre=new Array();
var l=d.wb_pre.length; d.wb_pre[l]=new Image; d.wb_pre[l].src=image;}

function preload_images() {
preload("image/button_061.gif");
}

