﻿$(document).ready(function(){
    $("#slidercontrol").jFlow({
	    slides: "#slider",
	    controller: ".jFlowControl", // must be class, use . sign
	    slideWrapper : "#jFlowSlide", // must be id, use # sign
	    selectedWrapper: "jFlowSelected",  // just pure text, no sign
	    width: "770px",
	    height: "64px",
	    duration: 400,
	    prev: ".jFlowPrev", // must be class, use . sign
	    next: ".jFlowNext" // must be class, use . sign
    });
    $("#parent4").wslide({
		width: 700,
		height: 320,
		autolink: false,
		fade: false,
		duration: 2000
	});
	$("#parent5").wslide({
		width: 730,
		height: 320,
		autolink: false,
		fade: false,
		duration: 2000
	});
	$("#parent6").wslide({
		width: 760,
		height: 280,
		autolink: false,
		fade: true,
		duration: 2000
	});
	$("#parent7").wslide({
		width: 763,
		height: 298,
		autolink: false,
		fade: true,
		duration: 2000
	});
				
    $('#mainflash').flash(
         {
             src: '../Content/flash/main_english.swf',
             width: 770,
             menu:true,
             height: 300,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#mainflashtr').flash(
         {
             src: '../Content/flash/tr/main_turkish.swf',
             width: 770,
             menu:true,
             height: 300,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#menustrip').flash(
         {
             src: '../Content/flash/top_menu_english.swf',
             width: 550,
             menu:true,
             height: 100,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#menustriptr').flash(
         {
             src: '../Content/flash/tr/top_menu_turkce.swf',
             width: 550,
             menu:true,
             height: 100,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#information').flash(
         {
             src: '../Content/flash/sagust_english.swf',
             width: 140,
             menu:true,
             height: 30,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#informationtr').flash(
         {
             src: '../Content/flash/tr/sagust_turkish.swf',
             width: 140,
             menu:true,
             height: 30,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#client').flash(
         {
             src: '../Content/flash/references.swf',
             width: 769,
             menu:true,
             height: 78,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#clienttr').flash(
         {
             src: '../Content/flash/tr/references_tr.swf',
             width: 769,
             menu:true,
             height: 78,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#solutions').flash(
         {
             src: '../Content/flash/solutions_english.swf',
             width: 769,
             menu:true,
             height: 66,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#solutionstr').flash(
         {
             src: '../Content/flash/tr/solutions_turkce.swf',
             width: 769,
             menu:true,
             height: 66,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#plink').flash(
         {
             src: '../Content/flash/plink_english.swf',
             width: 80,
             menu:true,
             height: 15,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#plinktr').flash(
         {
             src: '../Content/flash/tr/plink_turkce.swf',
             width: 80,
             menu:true,
             height: 15,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#map').flash(
         {
             src: '../Content/flash/risk_map_english.swf',
             width: 449,
             menu:true,
             height: 270,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
     $('#maptr').flash(
         {
             src: '../Content/flash/tr/risk_map_turkce.swf',
             width: 449,
             menu:true,
             height: 270,
             id: 'mymovie',
             wmode: 'transparent'
          },
          {
              expressInstall: true,
              version: '8'
          }
     );
});