<!--  MAP   -->
function Play_map_mouseOver()
{
document.Map_btn.src ="Image/Buttons/Map_Btn_Move.gif"
}
function Play_map_mouseOut()
{
document.Map_btn.src ="Image/Buttons/map_btn.jpg"
}

<!--  Publication   -->
function Play_Public_mouseOver()
{
document.Public_btn.src ="Image/Buttons/Publication_Move.gif"
}
function Play_Public_mouseOut()
{
document.Public_btn.src ="Image/Buttons/Publication_btn.jpg"
}

<!--  Beef   -->
function Play_Beef_mouseOver()
{
document.Beef_btn.src ="Image/Buttons/Beef_Btn_Move.gif"
}
function Play_Beef_mouseOut()
{
document.Beef_btn.src ="Image/Buttons/Beef_btn.jpg"
}

<!--  Gallery   -->
function Play_Gallery_mouseOver()
{
document.Gallery_btn.src ="Image/Buttons/Gallery_btn_Move.gif"
}
function Play_Gallery_mouseOut()
{
document.Gallery_btn.src ="Image/Buttons/Gallery_btn.jpg"
}

<!--  butchery   -->
function Play_butchery_mouseOver()
{
document.butchery_btn.src ="Image/Buttons/The_Buchetry_btn_Move.gif"
}
function Play_butchery_mouseOut()
{
document.butchery_btn.src ="Image/Buttons/The_Buchetry_btn.jpg"
}


function open_target(target_name)
{
var current_frame = document.all.IPic_frame.src;
if (current_frame != target_name)
document.all.IPic_frame.src = (target_name);
}

function Refrash_win() {
	history.go();
}

