$(document).ready(function(){
	$(".fmtext").focus(function(){
		$(this).val("");
	});
	$("#fm_message").focus(function(){
		$(this).val("");
	});
	$(".fmverify").focus(function(){
		$(this).val("");
	});
	$(document).ready(function(){
 	$('.hold-data').fadeIn(2000);
 });

}); 

$(document).ready(function() {
    $(".prod-app-thumb").mouseover(function() {
        $(this).stop().animate({
            opacity: .7
        }, 300);
    }).mouseout(function() {
        $(this).stop().animate({
            opacity: 1
        }, 300)
    });
});

$(document).ready(function() {
    $(".nav-search-01_,.nav-search-02_,.block").mouseover(function() {
        $(this).stop().animate({
            opacity: .8
        }, 300);
    }).mouseout(function() {
        $(this).stop().animate({
            opacity: 1
        }, 300)
    });
});
