/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function(){
/*
    $("a").not("em").hover(
        function(){
            $(this).parent("li").animate({
                "opacity":"0.7"
            },1000);
        },
        function(){
            $(this).parent("li").animate({
                "opacity":"1"
            },1000);
        }
        );
 
*/

	$(".furniture").fancybox();


  $("#contact_form").ajaxForm({

        beforeSubmit: function(){
           $("#contact_form table").slideUp("slow", function(){
            $("#result").html("Παρακαλώ περιμένετε").fadeIn("slow");
            $("#loader").fadeIn("slow");
           });
        },
        success: function(responseText){                
                $("#main").html("<h4>"+responseText+"<h4>");
                
        }
    })

 $(".gallery a").mouseover(function(){
     $(this).children("em").fadeIn("slow");

 });
 $(".gallery a").mouseout(function(){
     $(this).children("em").slideUp("slow");

 });


});






function insertFlash(){
var str='';
str+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="370px" height="270px" codebase="http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,40,0">';
str+='<param name="name" value="http:\/\/koronis.site90.com\/wp-content\/themes\/wood\/main.swf" \/><param name="bgcolor" value="#666666" \/>';
str+='<param name="align" value="middle" \/>';
str+='<param name="src" value="http:\/\/koronis.site90.com\/wp-content\/themes\/wood\/main.swf" \/><embed type="application\/x-shockwave-flash" width="370" height="270" src="http:\/\/koronis.site90.com\/wp-content\/themes\/wood\/main.swf" align="middle" bgcolor="#666666" name="main.swf"><\/embed><\/object>';
document.write(str);
}













