// This script was created by S:o)ma - http://www.schulmann.hu/istvan/honlap_refernciak.html

function place_facebook_like_button(lang) 
{
	fb_target = document.getElementById('fb_target').innerHTML;

	switch(lang)
	{
		
	
		case 'hu':
			like_string = '<p class="h1"><a href="http://www.facebook.com/share.php?u='+fb_target+'" target="_blank" title="Share Silimed on FaceBook"><img src="templates/default/images/silimed_fb_share.jpg" alt="Silimed Facebook Share" title="Silimed Facebook Share" width="80" height="28" /><a><img src="templates/default/images/1x1.gif" alt="" title="" width="15" height="1" /><a href="http://www.facebook.com/mellplasztika.SILIMED" target="_blank"><img src="templates/default/images/silimed_fb_home.jpg" alt="Silimed Facebook Home" title="Silimed Facebook Home" width="80" height="28" /></a></p><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FSilimed-Az-implant%25C3%25A1tumok-%25C3%25BAj-gener%25C3%25A1ci%25C3%25B3ja%2F132663190125798&amp;send=false&amp;layout=button_count&amp;width=160&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:160px; height:21px; margin-top: 5px;" allowTransparency="true"></iframe>';
		  break;
		default:
		  like_string = '<p class="h1"><a href="http://www.facebook.com/share.php?u='+fb_target+'" target="_blank" title="Share Silimed on FaceBook"><img src="templates/default/images/silimed_fb_share.jpg" alt="Silimed Facebook Share" title="Silimed Facebook Share" width="80" height="28" /><a></p><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FSilimed-Az-implant%25C3%25A1tumok-%25C3%25BAj-gener%25C3%25A1ci%25C3%25B3ja%2F132663190125798&amp;send=false&amp;layout=button_count&amp;width=160&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:160px; height:21px; margin-top: 5px;" allowTransparency="true"></iframe>';
	}
	
	document.getElementById('facebook-new').innerHTML = like_string;
}
