function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function hidediv(divname){
	document.getElementById(divname).style.display="none";
}
function showdiv(divname){
	document.getElementById(divname).style.display="block";
}

function show_fullgallery(){
showdiv("fullgallery");
hidediv("gallery_vice");

}