/*document.getElementById('men_1').onmouseover = function()
{
	show('drop_1');

}
document.getElementById('drop_int_1').onmouseover = function()
{
	show('drop_int_1a');

}
document.getElementById('drop_int_2').onmouseover = function()
{
	hide('drop_int_1a');

}
document.getElementById('drop_int_3').onmouseover = function()
{
	hide('drop_int_1a');

}
document.getElementById('drop_int_4').onmouseover = function()
{
	hide('drop_int_1a');

}
document.getElementById('drop_int_5').onmouseover = function()
{
	hide('drop_int_1a');

}*/