﻿function MenueOver(img_id,img_src) 
{
    document.getElementById(img_id).src = './images/menue/' + img_src;
}

function MenueOut(img_id,img_src)
{
    document.getElementById(img_id).src = './images/menue/' + img_src;
}

// Heidelpay Web Payment Frontend - hide certain items
// Method is called automatically when the frontend page is loaded. 
function init()
{
//	getElem('id', 'stateRow', 0).style.display = "none";
}
