cb='b0';

function over(buttonname){
eval('window.document.'+buttonname).src=(eval('window.document.'+buttonname).src).substr(0,(eval('window.document.'+buttonname).src).length-5)+'1.gif';
}
function out(buttonname){
eval('window.document.'+buttonname).src=(eval('window.document.'+buttonname).src).substr(0,(eval('window.document.'+buttonname).src).length-5)+'0.gif';
}
/*
function over(buttonname){
if (cb!=buttonname){eval('window.document.'+buttonname).src=eval('window.document.'+buttonname+'_1').src};
}

function out(buttonname){
if (cb!=buttonname){eval('window.document.'+buttonname).src=eval('window.document.'+buttonname+'_0').src};
}
*/
function closewindow(){
//if(window_name_img_number_old>0){window_handle_img[window_name_img_number_old].close();}
}

if (!((navigator.appName=='Netscape') & (navigator.appVersion.substr(0,1)<='4'))){
 document.write('\
<style>\
.field,.button {\
	font-size:8pt;\
    margin:0px;\
    padding: 1px 0px 0px 5px;\
	color: #dc9b66;\
}\
.field {\
    background-color : #943d36;\
    border: #be7c52 solid 1px;\
	border-top-color : #40100a;\
	border-left-color: #40100a;\
	scrollbar-arrow-color: #dc9b66;\
	scrollbar-base-color: #943d36;\
	scrollbar-darkshadow-color: #be7c52;\
	scrollbar-track-color: #943d36;\
	scrollbar-face-color: #be7c52;\
}\
.button{\
	background-color : #541710;\
    border: #40100a solid 1px;\
	border-top-color : #be7c52;\
	border-left-color: #be7c52;\
}\
.tobasket{\
	border:0px;\
	cursor:hand;\
}\
</style>\
 ');
}


var is_open_submenu=new Array();
var opencloseimg=new Array();
opencloseimg[0]=new Image();
opencloseimg[1]=new Image();
opencloseimg[0].src='img/minus.gif';
opencloseimg[1].src='img/plus.gif';
function openclose(m_id){
 if (typeof(is_open_submenu[m_id]) == 'undefined'){
  is_open_submenu[m_id]=true;
 }

 if (is_open_submenu[m_id]){
  eval('window.document.img'+m_id).src=opencloseimg[0].src;
  eval('window.document.img'+m_id).alt='-';
  document.getElementById('submenu'+m_id).style.display='block';
  is_open_submenu[m_id]=false;
 }else{
  eval('window.document.img'+m_id).src=opencloseimg[1].src;
  eval('window.document.img'+m_id).alt='+';
  document.getElementById('submenu'+m_id).style.display='none';
  is_open_submenu[m_id]=true;
 }
return false;
}


var rowcolor='#e1e1e1';
var oldselectedrow;
function overrow(selectedrow,selectedrowcolor){
 if (null!=oldselectedrow ){
  oldselectedrow.style.backgroundColor=oldselectedrow.background;
  }
 selectedrow.background=selectedrow.style.backgroundColor;
 selectedrow.style.backgroundColor=selectedrowcolor;
 oldselectedrow=selectedrow;
}

function adown(thisobj){
   if (thisobj.target!=''){thisobj.target='';thisobj.href='JavaScript:open_html_window(\''+thisobj.href+'\')';}
}
