var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function miniTile2_DoFSCommand(command, args) {
  var miniTile2Obj = InternetExplorer ? miniTile2 : document.miniTile2;
  //
  // Place your code here...
  //
}
// 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 miniTile2_FSCommand(ByVal command, ByVal args)\n');
  document.write('  call miniTile2_DoFSCommand(command, args)\n');
  document.write('end sub\n');
  document.write('</SCRIPT\> \n');
}

function setInt2(ttt){
  if(window.document.miniTile2==null){
  }else{
	  var miniTile2Obj = InternetExplorer ? miniTile2 : document.miniTile2;
	  window.document.miniTile2.SetVariable("urlo",ttt);
  }
}







var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function miniTile1_DoFSCommand(command, args) {
  var miniTileObj = InternetExplorer ? miniTile1 : document.miniTile1;
  //
  // Place your code here...
  //
}
// 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 miniTile1_FSCommand(ByVal command, ByVal args)\n');
  document.write('  call miniTile1_DoFSCommand(command, args)\n');
  document.write('end sub\n');
  document.write('</SCRIPT\> \n');
}

function setInt1(ttt){
  if(window.document.miniTile1==null){
  }else{
	  var miniTile1Obj = InternetExplorer ? miniTile1 : document.miniTile1;
	  window.document.miniTile1.SetVariable("urlo",ttt);
  }
}




var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function miniTile_DoFSCommand(command, args) {
  var miniTileObj = InternetExplorer ? miniTile : document.miniTile;
  //
  // Place your code here...
  //
}
// 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 miniTile_FSCommand(ByVal command, ByVal args)\n');
  document.write('  call miniTile_DoFSCommand(command, args)\n');
  document.write('end sub\n');
  document.write('</SCRIPT\> \n');
}

function setInt(ttt){
  if(window.document.miniTile==null){
  }else{
	  var miniTileObj = InternetExplorer ? miniTile : document.miniTile;
	  window.document.miniTile.SetVariable("urlo",ttt);
  }
}




var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function plittosteno_DoFSCommand(command, args) {
  var plittostenoObj = InternetExplorer ? plittosteno : document.plittosteno;
  //
  // Place your code here...
  //
}
// 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 plittosteno_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call plittosteno_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}

function setUrl(){
	if(window.document.plittosteno==null){
	}else{
		var plittostenoObj = InternetExplorer ? plittosteno : document.plittosteno;
		window.document.plittosteno.SetVariable("urlo",document.location.href);
	}
}









var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function plittosteno1_DoFSCommand(command, args) {
  var plittosteno1Obj = InternetExplorer ? plittosteno1 : document.plittosteno1;
  //
  // Place your code here...
  //
}
// 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 plittosteno1_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call plittosteno1_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}


function setPol(targ){
	if(window.document.plittosteno1==null){
	}else{
		var plittosteno1Obj = InternetExplorer ? plittosteno1 : document.plittosteno1;
		window.document.plittosteno1.SetVariable("urlo",targ);
	}
}



function checkperenoso(numo){
	if(masscountero==numo){
		// document.write('-'); //нет переноса
//		document.write('</div><div style="clear:left">');//перенос 
	}else{
		document.write('</div><div style="clear:left">');//перенос 
		masscountero=numo; 
	}
}