
function changeProduct(product,spath,stext) {


if (product == 'socialmedia') {
document.getElementById("push_left").innerHTML = '<a href="products/social-media"><img src="'+spath+'/images/big_social_media2.png" border="0"  title="Show more info about Silverbakk Social Media"></a><br><p>'+stext + '</p>'
}

if (product == 'data') {
document.getElementById("push_left").innerHTML = '<a href="products/silverbakk-data"><img src="'+spath+'/images/big_data.png" border="0"  title="Show more info about Silverbakk Data"></a><br>'+stext
}

if (product == 'measure') {
document.getElementById("push_left").innerHTML = '<a href="products/silverbakk-measure"><img src="'+spath+'/images/big_measure.png" border="0"  title="Show more info about Silverbakk Measure"></a><br>'+stext
}

	
}






