﻿
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;

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 v10_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call v10_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}
varName = 'go';
varValue = '';
stringUrl = document.location.href;
if (stringUrl.indexOf('?') != -1) {
	stringUrl = stringUrl.substring( stringUrl.indexOf('?'), stringUrl.length );
	//alert(stringUrl.substring(6,1));
	if (stringUrl.indexOf(varName) != -1) {
		varValue = stringUrl.substring( stringUrl.indexOf(varName) + varName.length + 1, (stringUrl.indexOf('&') != -1 ? stringUrl.indexOf('&') : stringUrl.length) );
	}
}

if (do_dw_var) {

//	document.write('<a href="javascript:mmSWFUpload.callSWF();">Prosím klikněte na tento odkaz pro připojení obrázků</a>	<br />');
	document.write('<a href="javascript:mmSWFUpload.callSWF();">Please click at this link to attach pictures</a>	<br />');
	
	//onclick="javascript:alert('Prosím stáhněte si novější verzi Macromedia Flash Playeru ...'); return false;"
	document.write('<div id="SWFUpload">');
	document.write('				<form action="" onsubmit="return false;">');
	document.write('				<input type="file" name="upload" />');
	document.write('				<input type="submit" value="Upload"  />');
	document.write('			  </form>');
	document.write('</div>');


}

else {
	document.writeln('<table border="0" cellspacing="0" cellpadding="0">');
  document.writeln('<tr>');
	document.writeln('<td><img alt="" src="jscripts/gui/box_info/info1.gif" width="64" height="27" /></td>');
	document.writeln('<td background="jscripts/gui/box_info/brd_top.gif">&nbsp;</td>');
	document.writeln('<td><img alt="" src="jscripts/gui/box_info/c2.gif" width="15" height="27" /></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('<td background="jscripts/gui/box_info/brd_left.gif"><img alt="" src="jscripts/gui/box_info/info2.gif" width="64" height="38" /></td>');
	document.writeln('<td>Old version of Macromedia Flash Player was detected. It is not possible to attach pictures now. For correct attaching pictures <a href="http://www.macromedia.com/go/getflashplayer">download new version of Macromedia Flash Player</a>.</td>');
	document.writeln('<td background="jscripts/gui/box_info/brd_right.gif">&nbsp;</td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('<td><img alt="" src="jscripts/gui/box_info/c3.gif" width="64" height="15" /></td>');
	document.writeln('<td background="jscripts/gui/box_info/brd_btm.gif">&nbsp;</td>');
	document.writeln('<td><img alt="" src="jscripts/gui/box_info/c4.gif" width="15" height="15" /></td>');
	document.writeln('</tr>');
	document.writeln('</table>');
}

