/*--------------------------------------------------|
| BoxMenu 1.00 | www.OSnetCommerce.it		        |
|---------------------------------------------------|
| Copyright (c) 2003-2004 Marco Montagnani          |
|                                                   |
| This script can be used freely as long as all     |
| copyright messages are intact.                    |
|                                                   |
| Updated: 11.11.2003                               |
|--------------------------------------------------*/

// Clikker
function clikker(a1,b,basepath) {


var a = parent.document.getElementById(a1);
	if (a.style.display =='') {
		a.style.display = 'none';

  	}else {
    		a.style.display='';

  	}
};