//******************************** function tdMouseOverFScomp(tdBtn){ if(!(tdBtn.className == 'btn_PressedFsCompanie')) { tdBtn.className = 'btn_OverFsCompanie'; } } //******************************* function tdMouseOutFScomp(tdBtn){ if(!(tdBtn.className == 'btn_PressedFsCompanie')) { tdBtn.className = 'btn_NormalFsCompanie'; } } //****************** function play_wmp(){ var video = ''; var player = ''; //document.location.href = 'bridal_show_fs_video_2004.htm'; //alert(select_video.options[select_video.selectedIndex].value); var videoSelect= document.getElementById("video"); var playerSelect=document.getElementById("player"); var video = videoSelect.options[videoSelect.selectedIndex].value; var player = playerSelect.options[playerSelect.selectedIndex].value; //alert(video); // alert(player); if(video == '1'){ if(player == '1'){ if (pluginlist.indexOf("Windows Media Player") != -1) { //var top = document.getElementById("tabCenter").offsetTop + 95; //var left = document.getElementById("tabCenter").offsetLeft + 140; open_window(1, "bridal_show_fs_video_gowns_media_player.htm", 100, 100, 400, 650, 0); //open_window(1, "bridal_show_fs_video_gowns_media_player.htm", top, left, 400, 650, 0); } else { alert('Windows Media Player not found !'); } } if(player == '2'){ if (pluginlist.indexOf("QuickTime") != -1) { //var top = document.getElementById("tabCenter").offsetTop + 95; //var left = document.getElementById("tabCenter").offsetLeft + 140; //open_window(1, "bridal_show_fs_video_gowns_quicktime.htm", top, left, 400, 650, 0); open_window(1, "bridal_show_fs_video_gowns_quicktime.htm", 100, 100, 400, 650, 0); } else { alert('QuickTime not found !'); } } if(player == '3'){ if (pluginlist.indexOf("RealPlayer") != -1) { //var top = document.getElementById("tabCenter").offsetTop + 95; //var left = document.getElementById("tabCenter").offsetLeft + 140; open_window(1, "bridal_show_fs_video_gowns_realone.htm", 100, 100, 400, 650, 0); //open_window(1, "bridal_show_fs_video_gowns_realone.htm", top, left, 400, 650, 0); } else { alert('RealOne Player not found !'); } } } if(video == '2'){ if(player == '1'){ if (pluginlist.indexOf("Windows Media Player") != -1) { //var top = document.getElementById("tabCenter").offsetTop + 95; //var left = document.getElementById("tabCenter").offsetLeft + 140; //open_window(1, "bridal_show_fs_video_destination_media_player.htm", top, left, 400, 650, 0); open_window(1, "bridal_show_fs_video_destination_media_player.htm", 100, 100, 400, 650, 0); } else { alert('Windows Media Player not found !'); } } if(player == '2'){ if (pluginlist.indexOf("QuickTime") != -1) { //var top = document.getElementById("tabCenter").offsetTop + 95; //var left = document.getElementById("tabCenter").offsetLeft + 140; //open_window(1, "bridal_show_fs_video_destination_quicktime.htm", top, left, 400, 650, 0); open_window(1, "bridal_show_fs_video_destination_quicktime.htm", 100, 100, 400, 650, 0); } else { alert('QuickTime not found !'); } } if(player == '3'){ if (pluginlist.indexOf("RealPlayer") != -1) { //var top = document.getElementById("tabCenter").offsetTop + 95; //var left = document.getElementById("tabCenter").offsetLeft + 140; //open_window(1, "bridal_show_fs_video_destination_realone.htm", top, left, 400, 650, 0); open_window(1, "bridal_show_fs_video_destination_realone.htm", 100, 100, 400, 650, 0); } else { alert('RealOne Player not found !'); } } } if(video == '3'){ if(player == '1'){ if (pluginlist.indexOf("Windows Media Player") != -1) { //var top = document.getElementById("tabCenter").offsetTop + 95; //var left = document.getElementById("tabCenter").offsetLeft + 140; //open_window(1, "bridal_show_fs_video_childrens_media_player.htm", top, left, 400, 650, 0); open_window(1, "bridal_show_fs_video_childrens_media_player.htm", 100, 100, 400, 650, 0); } else { alert('Windows Media Player not found !'); } } if(player == '2'){ if (pluginlist.indexOf("QuickTime") != -1) { //var top = document.getElementById("tabCenter").offsetTop + 95; //var left = document.getElementById("tabCenter").offsetLeft + 140; //open_window(1, "bridal_show_fs_video_childrens_quicktime.htm", top, left, 400, 650, 0); open_window(1, "bridal_show_fs_video_childrens_quicktime.htm", 100, 100, 400, 650, 0); } else { alert('QuickTime not found !'); } } if(player == '3'){ if (pluginlist.indexOf("RealPlayer") != -1) { //var top = document.getElementById("tabCenter").offsetTop + 95; //var left = document.getElementById("tabCenter").offsetLeft + 140; //open_window(1, "bridal_show_fs_video_childrens_realone.htm", top, left, 400, 650, 0); open_window(1, "bridal_show_fs_video_childrens_realone.htm", 100, 100, 400, 650, 0); } else { alert('RealOne Player not found !'); } } } }