$(document).ready(function() {

	$('#s125, #s130, #s160').mouseover(function () {
		$(this).css('cursor', 'pointer');
	});
	
	lang = $('html').attr('lang');
	
	$('#s125').click(function () {
		document.location='index.php?page=leguan-125_'+lang;
	});
	$('#s130').click(function () {
		document.location='index.php?page=leguan-130_'+lang;
	});
	$('#s160').click(function () {
		document.location='index.php?page=leguan-160_'+lang;
	});

});

