// JavaScript Document

// POP-UP 
function popUp(file) {
	popupWindow = window.open(file,'','scrollbars=yes,width=360,height=255');
}


var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function FSCommand_DoFSCommand(command, args) {
  var FSCommandObj = InternetExplorer ? FSCommand : document.FSCommand;
  //
{if(command=="openWindow"){ openNewWindow()}}function openNewWindow(){setTimeout(window.open('tv_commercial.htm','PULSAR',
'height=600,width=800,toolbar=no,location=center')),0}
  //
}
// Hook for Internet Explorer 
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub FSCommand_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call FSCommand_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}
//-->