//flowplayer("videocontainer", "flowplayer-3.0.7.swf", { 
//    clip: { 
//            url: "http://localhost/video/intro.mp4", 
//            autoPlay: true,
//            onStart: function(clip) {document.getElementById("videocontainer").style.height="236px"; document.getElementById("videobanner").style.height="0px";},
//            onFinish: function(clip) {document.getElementById("videocontainer").style.height="0px"; document.getElementById("videobanner").style.height="236px";},
//        },
//    plugins: {
//        controls: null
//    },
//    play: { opacity: 0 },
//});
// 
//function popup(url)
//{
//	var mywindow = window.open (url,"mywindow","location=0,status=1,scrollbars=1,width=700,height=500");
//	var x=(screen.width/2)-350;
//	var y=(screen.height/2)-250;
//	mywindow.moveTo(x,y);
//}

//$(document).ready(function(){
//   $(document).pngFix();
//});

function fixPNG()
{
//    alert("");
//    $find(".more-link").css("background-image", "url(../images/landing/twitter_normal.png)");
}

function hoverMenu(menuID)
{
//    $("#"+menuID+" .b .text").css("color", "#484848");
//    $("#"+menuID+" .b .text").css("text-decoration", "underline");
}

function exitMenu(menuID)
{
//    $("#"+menuID+" .b .text").css("text-decoration", "none");
}

function hideVideoBanner()
{
//    document.getElementById("videocontainer").style.left = "8px";
//    alert(document.getElementById("videocontainer").style.left);
    //$("#videocontainer").attr("style", "width: 783px; height: 205px; background: transparent url(Resources/Images/landing/video_bg2.jpg) no-repeat 0 0; position:absolute; top:13px; left:10px;");
}

function showVideoBanner()
{
    document.getElementById("videobanner").style.left = "8px";
    document.getElementById("videocontainer").style.left = "-10000px";
//    document.getElementById("videocontainer").style.left = "-10000px";
//    alert(document.getElementById("videocontainer").style.left);
//    $("#videocontainer").attr("style", "width: 783px; height: 205px; background: transparent url(Resources/Images/landing/video_bg2.jpg) no-repeat 0 0; position:absolute; top:13px; left:-10000px;");
//    alert(document.getElementById("videocontainer").style.left);
}