function xViewPic(xPic) {
	xPopup('/images/picViewer.aspx?pic='+xPic,'320','200','xWinName',null,null,'scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,dependent=no');
}

function xSetItem(_i,_t)
{
	var _s = _Section;
	var _n = Number(_i)-1;
	var _w = (_t==0)? _maw[_n] : 19;
	var _d = (_t==0)? _malt[_n] : '';
	var __n='';
	if(_t==1)
	{
		var _x = (_i>1)?_n :_i;
		if(_i == _s-1) __n='_a'+(Number(_x)+1);
	}
	if(_i==_s)
	{
		__n='_a';
		if(_t==1) __n = __n+_x;
	}
	var _is = (_t==0)? 'btn_' : 'sep_';
	var _u = (_t==0)? _i: _x;
	_is = _is+_u+__n;
	var _m = (_t==0 && _i!=_s)? 'xRegImg('+_is+');' : '';
	var _m1 = (_t==0 && _i!=_s)? 'xMOver('+_is+');' : 'return;';
	var _m2 = (_t==0 && _i!=_s)? 'xMOut();' : "return;";
	return "<img src='/images/menu_main/"+checkImgSection()+_is+".gif' width='"+_w+"' height='39' id='"+_is+"' name='"+_is+"' border='0' alt='"+_d+"' onload='"+_m+"' onmouseover='"+_m1+"' onmouseout='"+_m2+"'>";
}
var _maw = new Array(107,90,105,98,114);
var _malt = new Array('Magazines','Livres','Boutique','Services &agrave; la client&egrave;le','Qui sommes-nous ?');

function checkImgSection() {
	if (_Cat == 1) {
		return "milan/";
	} else {
		return "";
	}
}

function setTextBox(xTextBox) {
	if (xTextBox.isSet == undefined) {
		xTextBox.className = xTextBox.className + "_set";
		xTextBox.value = "";
		xTextBox.isSet = true;
	}
}