// JavaScript Document

function show(n)
{
  var el=document.all["hide"].style
  if (n==1)
  el.display='block'
  else
  el.display='none'
}
function hid_show_all()	{
	pic_check=document.getElementById("pic_hsh");
	if (pic_check.title=="оформить заявку")
	{
    	pic_check.title="скрыть форму заявки";
		document.getElementById("all_tab").style.display="";
	}
	else
	{
		pic_check.title="оформить заявку";
		document.getElementById("all_tab").style.display="none";
	}
}
function openWin(name) {
  myWin=open(name,"_blank",
  "scrollbars=1,resizable=1,width=1024,height=500,status=no,toolbar=no,menubar=no");

  myWin.document.open();

  myWin.document.writeln("<html><head><title>Общий вид</title></head>");
  myWin.document.writeln("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
  myWin.document.writeln("<table align='center' width='100%' height='100%' cellpadding='0' cellspacing='0' border='0'><tr><td align='center' HEIGHT='40'>");
  myWin.document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='1000' HEIGHT='30' id='vid' ALIGN=''><PARAM NAME=movie VALUE='http://www.pozhtechnika.ru/pic/vid.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src='http://www.pozhtechnika.ru/pic/vid.swf' quality=high bgcolor=#FFFFFF  WIDTH='1000' HEIGHT='30' NAME='vid' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT>");
  myWin.document.writeln("</td></tr><tr valign='middle'><td align='center'><img src="+name+"></td></tr></table>");
  myWin.document.writeln("");
  myWin.document.writeln("</body></html>");

  myWin.document.close();
}
function openWinVP(name) {
  myWin=open(name,"_blank",
  "scrollbars=1,resizable=1,width=630,height=500,status=no,toolbar=no,menubar=no");

  myWin.document.open();

  myWin.document.writeln("<html><head><title>Общий вид</title></head>");
  myWin.document.writeln("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
  myWin.document.writeln("<table align='center' width='100%' height='100%' cellpadding='0' cellspacing='0' border='0'><tr><td align='center' HEIGHT='40'>");
  myWin.document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='600' HEIGHT='30' id='vid_VP' ALIGN=''><PARAM NAME=movie VALUE='http://www.pozhtechnika.ru/pic/vid_VP.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src='http://www.pozhtechnika.ru/pic/vid_VP.swf' quality=high bgcolor=#FFFFFF  WIDTH='600' HEIGHT='30' NAME='vid' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT>");
  myWin.document.writeln("</td></tr><tr valign='middle'><td align='center'><img src="+name+"></td></tr></table>");
  myWin.document.writeln("");
  myWin.document.writeln("</body></html>");

  myWin.document.close();
}