function reloc(salon)
{
 top.mine_frame.location='mine_frame.php?salon='+salon;
}
function showBig(need, name)
{
 var win_big = window.open('blank.html','big_image','width=600, height=350');
 win_big.document.write('<html><head>');
 win_big.document.write('<title>'+name+'</title>');
 win_big.document.write('<style>');
 win_big.document.write('BODY {margin: 0px; background-color: #59433d; color: #FFFFFF; font-size: 10pt; font-family: Verdana;}');
 win_big.document.write('IMG {border: 2px solid #e7d3ca;}');
 win_big.document.write('</style>');
 win_big.document.write('</head>');
 win_big.document.write('<BODY><TABLE width=100% height=100% border=0><TR><TD align=center>');
 win_big.document.write('<img src=\"' + need + '\"><BR><strong>'+name+'</strong></TD></TR></TABLE>');
 win_big.document.write('</BODY>');
 win_big.document.write('<html>');
}
function showBigDiscont(picture, name, type, note)
{
 if(!note) note = '';
 var win_big = window.open('','big_image','width=700, height=580');
 win_big.document.write('<html><head>');
 win_big.document.write('<title>'+name+'</title>');
 win_big.document.write('<style>');
 win_big.document.write('BODY {margin: 0px; background-color: #59433d; color: #FFFFFF; font-size: 10pt; font-family: Verdana;}');
 win_big.document.write('IMG {border: 2px solid #e7d3ca;}');
 win_big.document.write('</style>');
 win_big.document.write('</head>');
 win_big.document.write('<BODY><TABLE width=100% height=100% border=0><TR><TD align=center>');
 win_big.document.write('<img width=\"640\" height=\"428\" src=\"img/discont/' + picture + '\" alt=\"\"><BR>' + type + ' <strong>'+name+'</strong></TD></TR><TR><TD>'+note+'</TD></TR></TABLE>');
 win_big.document.write('</BODY>');
 win_big.document.write('<html>');
}
function showChoice()
{
// var choice_form = document.forms['choice'];
// choice_form.submit();
}
function showBigSaloon(ide)
{
 var big_win = window.open('show.big.php?id=' + ide,'bigger','width=520, height=500');
}

function getSkladBig(size_w, size_h, image)
{
 var wwin = window.open('', 'bigSklad', 'width=' + size_w + ',height=' + size_h);
 wwin.document.write('<HTML><HEAD><TITLE>Дисконт-центр</TITLE></HEAD<BODY><IMG src="' + image + '" alt=""></BODY></HTML>');
 wwin.moveTo(center, center);
}

function checkBox(checkBoxName, textBoxName, textBoxValue)
{
 var checkBox = document.getElementById(checkBoxName);
 var textBox = document.getElementById(textBoxName);

 if(checkBox.src == 'http://www.anderssen-shop.ru/firm-saloons/img/design/checkBoxOff.jpg')
 {
  checkBox.src = 'http://www.anderssen-shop.ru/firm-saloons/img/design/checkBoxOn.jpg';
  textBox.value = textBoxValue;
 }
 else
 {
  checkBox.src = 'http://www.anderssen-shop.ru/firm-saloons/img/design/checkBoxOff.jpg';
  textBox.value = '';
 }
}
function getTerx(el)
{
 if(document.getElementById(el).style.right == '') document.getElementById(el).style.right = '0';
 else if(document.getElementById(el).style.right == '0px') document.getElementById(el).style.right = '-555';
 else document.getElementById(el).style.right = '0';
}
