if(document.all && !document.getElementById) {
    document.getElementById = function(id) {
         return document.all[id];
    }
}

function getObj(id) {
   return document.getElementById(id);
}
function showTV(url,boolDirectLink){
   if (boolDirectLink != true && document.webtvform.selectchannel.value=="") {
	return false;
   } 
   var strTvId = "fashion";
   if(getObj(strTvId+"Player") && getObj(strTvId+"Player").FileName != undefined) {
      getObj(strTvId+"Player").FileName = url;
   }
   else {
      getObj("divTV").style.display = "block";
      getObj("divTV").innerHTML = "<embed id='"+strTvId+"Player' type='application/x-mplayer2' width='100%' height='100%' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' src='"+url+"' showstatusbar='1' enablecontextmenu='1' showcontrols='1' autosize='1'></embed><div align='center' style='margin-top:0px;background-color:#f3f3f3;'><br />Dubbelklicka på bilden för att förstora<br /><br /><button onclick='getObj(\"divTV"+"\").innerHTML = \"\";getObj(\"divTV"+"\").style.display = \"none\";getObj(\"divTV_control"+"\").style.display = \"block\";'>STÄNG TV</button><br /><br /></div>";
   }
}
function printChannels() {
   //document.write('<option value="http://www.narrowstep.com/fashion/asx/live/live400.asx">Fashion Show TV</option>');
   //document.write('<option value="http://www.channelflix.com/watch/fashionshow.wvx">Fashion Show TV</option>');
   //document.write('<option value="mms://61.90.149.194/ubcchic">Fashion Chic TV</option>');
   //document.write('<option value="http://www.channelflix.com/watch/fashionchictv.wvx">Fashion Chic TV</option>');
   //document.write('<option value="http://www.channelflix.com/watch/fashiontv.wvx">Fashion TV</option>');

   document.write('<option value="http://publish.vx.roo.com/g6publish/common/playlist/asxgeneratorportal.aspx?siteId=e256f482-95b0-490e-9b24-1fd64e416c56&clipId=884903&channel=Catwalk&Bitrate=700&rowCount=60&v=2621">ROO TV: Catwalks</option>');
   document.write('<option value="http://publish.vx.roo.com/g6publish/common/playlist/asxgeneratorportal.aspx?siteId=e256f482-95b0-490e-9b24-1fd64e416c56&clipId=884919&channel=Fashion%20Today&Bitrate=700&rowCount=60&v=2621">ROO TV: Fashion Today</option>');
   document.write('<option value="http://publish.vx.roo.com/g6publish/common/playlist/asxgeneratorportal.aspx?siteId=e256f482-95b0-490e-9b24-1fd64e416c56&clipId=884907&channel=Fashion%20Interviews&Bitrate=700&rowCount=60&v=2621">ROO TV: Interviews</option>');


   document.write('<option>--- Välj videofil ---</option>');
   document.write('<option value="http://www.worldfashion.tv/video/source/ev00687_jean-paul gaultier 30 anniversay in fasion.wmv">J.P. Gaultier Anniversary 2006</option>');
   document.write('<option value="http://g6publish.videodome.com/g6publish/common/playlist/asxgeneratorportal.aspx?siteId=57913423-da43-4e84-9b6b-7531c0f6ece2&clipId=886058&channel=Fashion&Bitrate=300&ads=&rowCount=60&v=322">D&G Men Hair & Make Up</option>');

   document.write('<option value="http://g6publish.videodome.com/g6publish/common/playlist/asxgeneratorportal.aspx?siteId=9a1ad565-91a2-4e44-9dbe-e516590818ac&clipId=885677&channel=Fashion%20Today&Bitrate=300&ads=&rowCount=60&v=1">Photografer Scott Davey</option>');
   
   document.write('<option value="http://webbtv.dn.se/playlist.aspx?cUrl=&mUrl=%2ftv%2f2006_2%2f20070814modelangreportageDN.wmv">DN Webb-TV: Stylein</option>');

}