function blabla(){
	var piccl = null;
	var piccm = null;
	var piccr = null;

	var picl = null;
	var picm = null;
	var picr = null;

	if (document.getElementById) {
		piccl	= parent.tmenu.document.getElementById('pic_bas_1');
		piccm	= parent.tmenu.document.getElementById('pic_bas_2');
		piccr	= parent.tmenu.document.getElementById('pic_bas_3');

		picl	= parent.tmenu.document.getElementById('info_1');
		picm	= parent.tmenu.document.getElementById('info_2');
		picr	= parent.tmenu.document.getElementById('info_3');
  	}
	else if (document.all){
		piccl	= parent.tmenu.document.all['pic_bas_1'];
		piccm	= parent.tmenu.document.all['pic_bas_2'];
		piccr	= parent.tmenu.document.all['pic_bas_3'];

		picl	= parent.tmenu.document.all['info_1'];
		picm	= parent.tmenu.document.all['info_2'];
		picr	= parent.tmenu.document.all['info_3'];
  	}
	else if (document.layers){
		piccl	= parent.tmenu.document.layers['pic_bas_1'];
		piccm	= parent.tmenu.document.layers['pic_bas_2'];
		piccr	= parent.tmenu.document.layers['pic_bas_3'];

		picl	= parent.tmenu.document.layers['info_1'];
		picm	= parent.tmenu.document.layers['info_2'];
		picr	= parent.tmenu.document.layers['info_3'];
  	}

  	// Set picctures
	piccl.src			= "images/top_tab/acitve_left.gif";
	piccm.style.backgroundImage	= "url('images/top_tab/acitve_mid.gif')";
	piccr.src			= "images/top_tab/acitve_right.gif";

  	// Set picctures
	picl.src			= "images/top_tab/deacitve_left.gif";
	picm.style.backgroundImage	= "url('images/top_tab/deacitve_mid.gif')";
	picr.src			= "images/top_tab/deacitve_right.gif";
}

function tabinfo(){
	var piccl = null;
	var piccm = null;
	var piccr = null;

	var picl = null;
	var picm = null;
	var picr = null;

	if (document.getElementById) {
		piccl	= parent.tmenu.document.getElementById('pic_bas_1');
		piccm	= parent.tmenu.document.getElementById('pic_bas_2');
		piccr	= parent.tmenu.document.getElementById('pic_bas_3');

		picl	= parent.tmenu.document.getElementById('info_1');
		picm	= parent.tmenu.document.getElementById('info_2');
		picr	= parent.tmenu.document.getElementById('info_3');
  	}
	else if (document.all){
		piccl	= parent.tmenu.document.all['pic_bas_1'];
		piccm	= parent.tmenu.document.all['pic_bas_2'];
		piccr	= parent.tmenu.document.all['pic_bas_3'];

		picl	= parent.tmenu.document.all['info_1'];
		picm	= parent.tmenu.document.all['info_2'];
		picr	= parent.tmenu.document.all['info_3'];
  	}
	else if (document.layers){
		piccl	= parent.tmenu.document.layers['pic_bas_1'];
		piccm	= parent.tmenu.document.layers['pic_bas_2'];
		piccr	= parent.tmenu.document.layers['pic_bas_3'];

		picl	= parent.tmenu.document.layers['info_1'];
		picm	= parent.tmenu.document.layers['info_2'];
		picr	= parent.tmenu.document.layers['info_3'];
  	}

  	// Set picctures
	picl.src			= "images/top_tab/acitve_left.gif";
	picm.style.backgroundImage	= "url('images/top_tab/acitve_mid.gif')";
	picr.src			= "images/top_tab/acitve_right.gif";

  	// Set picctures
	piccl.src			= "images/top_tab/deacitve_left.gif";
	piccm.style.backgroundImage	= "url('images/top_tab/deacitve_mid.gif')";
	piccr.src			= "images/top_tab/deacitve_right.gif";
}