
<!--
function init() {
	mylayer = new DynLayer("mylayerDiv");
	mylayer.slideInit();
	initMouseEvents();
	mylayer.hide();
	mylayer2.hide();
	mylayer3.hide();
	mylayer4.hide();
	}

function hideall() {


}


function showwine() {
mylayer2.hide();
mylayer3.hide();
mylayer.show();
}

function showbeer() {
mylayer.hide();
mylayer3.hide();
mylayer2.show();
}

function showother() {
mylayer.hide();
mylayer2.hide();
mylayer3.show();
}



//-->
