$(document).ready(function() {
$.getJSON("http://www.rent-turkey-property.com/members/select.php", {region: 'Aegean'}, function(data) {
$('body').html(data[1].optionValue);
})
$("a.contact").fancybox({
        'hideOnContentClick': false,
				'zoomSpeedIn'		:	500,
				'zoomSpeedOut'		:	500,
				'frameWidth'   : 280,
				'frameHeight'  : 320,
				'showCloseButton' : 'show'
			});
   $("#quickQuote").validate();
	$(".viewmore").click(function() {
	$(this).blur().parent().parent().find('p').animate({
	top: '-=330px'
	},4000);
	return false;
	}); 
	
	$('#topnav li ul').css({
left: 'auto',
display: 'none'
});
$('#topnav > ul li').hover(function() {
$(this)
.find('ul')
.stop(true,true)
.slideDown('fast');
}, function() {
$(this)
.find('ul')
.stop(true,true)
.slideUp('fast');})
});
