var vis=0;
function loginBox (on) {
 if(vis){
   document.getElementById ('login-box').style.display = 'none';
   vis=0;
}
else{
   document.getElementById ('login-box').style.display = 'block';
   vis=1;
}
}


/*          ORDER             */

var vis=0;
function order (on) {
 if(vis){
   document.getElementById ('order').style.display = 'none';
   vis=0;
}
else{
   location.href="http://www.confederacy.ru/order/";
   //document.getElementById ('order').style.display = 'block';
   //vis=1;
}
}


/*          RUBRICATOR             */

var vis=0;
function rubricator_1 (on) {
 if(vis){
   document.getElementById ('rubricator_1').style.display = 'none';
   vis=0;
}
else{
   document.getElementById ('rubricator_1').style.display = 'block';
   vis=1;
}
}


/*          icq             */

var vis=0;
function icq (on) {
 if(vis){
   document.getElementById ('icq').style.display = 'none';
   vis=0;
}
else{
   document.getElementById ('icq').style.display = 'block';
   vis=1;
}
}



//
//var newWin;
//var okno = "scrollbars=1,fullscreen=0,status=1,toolbar=1,"+
//           "top=0,left=0,width=600,height=300,resizable=1";
//newWin=window.open("win04.htm", null, okno);






/*               preview           */

function show_d(d)
{
div1.style.visibility='hidden';
div2.style.visibility='hidden';
div3.style.visibility='hidden';
div4.style.visibility='hidden';
div5.style.visibility='hidden';

d.style.visibility='visible';
}



