﻿function dialog(pageURL,webb,height,width){window.open(pageURL,'dialogWin','height='+height+',width='+width+',left=10,top=10,resizable=1');}
function reAttach(){Flyout1hidden.AttachTo('hidden');document.getElementById("myflyoutvideo").innerHTML='';}//Kill the movie, release memory
function flvCleanup(){document.getElementById("flvpreview").innerHTML='';}//Kill the movie, release memory, remove inserted dummy
function toggle(id){var e = document.getElementById(id);if(e.style.display == 'block'){e.style.display = 'none';}else{e.style.display = 'block';}}
function toogleQF(){__doPostBack('__Page', 'toogleQF');}
function swapWeb(url){alert(url);window.location.href=url;}
function cBg(i){document.images.bgpict.src = '/swe/backgrounds/bg' + i + '.jpg';}
function clickcount(where){window.location.href=where;}
function fixvideo(id){var myhref = "mymovie.aspx?mov="+id;$.fn.colorbox({href:myhref, iframe:true, width:"385", height:"345"});}//Play video in colorbox
