//                              
// Javascript by MARTiN HORNAK  
// www.equino-x.com             
// www.excom.sk                 
//                              

function change(hoverPicture, nameParam) {
    document.images[nameParam].src = hoverPicture;
}

function changeTP(hoverPicture, nameParam, txtName)
{
	document.images[nameParam].src = hoverPicture;
	document.images['tooltip'].src = txtName;
}
