﻿function simsim_open(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function teambuilding() {
  myWin= open("", "displayWindow1", "width=520,height=400,status=yes,toolbar=no,menubar=no");

  // открыть объект document для последующей печати
  myWin.document.open();
  
  // генерировать новый документ
  myWin.document.write('<html><head><title>Игры с элементами TEAMBUILDING'
+'</title><link rel=stylesheet '
+'href=http://x-animation.ru/css/home.css '
+'type=text/css></head><body>'
+'<center><IFRAME border=0 name=iframe '
+'frameSpacing=0 src=http://x-animation.ru/teambuild.htm '
+'frameBorder=NO width=100% height=100%></IFRAME>'
+'</center>'
+'</body></html>');

  // закрыть документ - (но не окно!)
  myWin.document.close();
}
function aer() {
  myWin= open("", "displayWindow2", "width=700,height=660,status=yes,toolbar=no,menubar=no");

  // открыть объект document для последующей печати
  myWin.document.open();
  
  // генерировать новый документ
  myWin.document.write('<html><head><title>АЭРОДИЗАЙН от Анимационной команды Экстрим'
 +'</title><link rel=stylesheet '
 +'href=http://x-animation.ru/css/home.css '
 +'type=text/css></head><body>'
 +'<center><IFRAME border=0 name=iframe '
 +'frameSpacing=0 src=http://x-animation.ru/fotoalbom/aerdiz/ '
 +'frameBorder=NO width=100% height=100%></IFRAME>'
 +'</center>'
 +'</body></html>');

  // закрыть документ - (но не окно!)
  myWin.document.close();  
}
function wecan() {
  myWin= open("", "displayWindow3", "width=700,height=500,status=yes,toolbar=no,menubar=no");

  // открыть объект document для последующей печати
  myWin.document.open();

  // генерировать новый документ
  myWin.document.write('<html><head><title>Анимационной команда Экстрим'
+'</title><link rel=stylesheet '
+'href=http://x-animation.ru/css/home.css '
+'type=text/css></head><body>'
+'<center><IFRAME border=0 name=iframe '
+'frameSpacing=0 src=http://animationteam.ru/daily_activity/ '
+'frameBorder=NO width=100% height=100%></IFRAME>'
+'</center>'
+'</body></html>');

  // закрыть документ - (но не окно!)
  myWin.document.close();
}
function st1() {
  myWin= open("", "displayWindow4", "width=700,height=500,status=yes,toolbar=no,menubar=no");

  // открыть объект document для последующей печати
  myWin.document.open();
  
  // генерировать новый документ
  myWin.document.write('<html><head><title>Анимация – не просто работа, а смысл жизни'
+'</title><link rel=stylesheet '
+'href=http://x-animation.ru/css/home.css '
+'type=text/css></head><body>'
+'<center><IFRAME border=0 name=iframe '
+'frameSpacing=0 src=http://animationteam.ru/animation_life/'
+'frameBorder=NO width=100% height=100%></IFRAME>'
+'</center>'
+'</body></html>');

  // закрыть документ - (но не окно!)
  myWin.document.close();  
}
function anketa() {
  myWin= open("", "displayWindow4", "width=700,height=500,status=yes,toolbar=no,menubar=no");

  // открыть объект document для последующей печати
  myWin.document.open();
  
  // генерировать новый документ
  myWin.document.write('<html><head><title>Заполни АНКЕТУ'
+'</title><link rel=stylesheet '
+'href=http://x-animation.ru/css/home.css '
+'type=text/css></head><body>'
+'<center><IFRAME border=0 name=iframe '
+'frameSpacing=0 src=http://x-animation.ru/anketa '
+'frameBorder=NO width=100% height=100%></IFRAME>'
+'</center>'
+'</body></html>');

  // закрыть документ - (но не окно!)
  myWin.document.close();  
}
function contact_admin() {
  myWin= open("http://animationteam.ru/contactAdmin.php", "contact_admin", "width=530,height=300,status=yes,toolbar=no,menubar=no");
}
