var t1 = "Добро пожаловать на сайт студии ИМПУЛЬС...             ";
var t2 = "У нас самые лучшие минусовки, отличное качество и добросовестное обслуживание ...           ";
var t3 = "Получение по почте на cd, md и через интернет ftp, e-mail - без проблем!!!             ";
var txt = t1 + t2 + t3;
function scroller(){
 begin=txt.substring(i,txt.length);
 end=txt.substring(0,i);
 window.status=begin+end;
 if(i < txt.length) i++;
 else i=0;
 setTimeout("scroller()",120);
}
i=0;
scroller();

function doAction(){
 stroka=document.rassylka.email.value;
 ind=stroka.indexOf('\@');
 if (ind>0 && ind<stroka.length-1) {
  pvdWin= open("", "pvdwin", "width=350,height=200");
  pvdWin.focus();
  pvdWin.document.open();
  pvdWin.document.write("<html><head><title>Обработка данных... ");
  pvdWin.document.write("</title></head>");
  pvdWin.document.write("<body topmargin=0 bgcolor=#EBECF0 leftmargin=0 marginwidth=0 marginheight=0>");
  pvdWin.document.write("<table width=100% height=100% align=center><tr><td align=center>Минуточку...</td></tr></table>");
  pvdWin.document.write("</body></html>");
  pvdWin.document.close();  
  document.rassylka.submit();
 }else{
  alert('Введен неверный E-Mail');
 }
}
function doAction2(){
 stroka=document.vopros.email.value;
 ind=stroka.indexOf('\@');
 if (ind>0 && ind<stroka.length-1) {
  pvdWin= open("", "pvdwin", "width=350,height=200");
  pvdWin.focus();
  pvdWin.document.open();
  pvdWin.document.write("<html><head><title>Обработка данных... ");
  pvdWin.document.write("</title></head>");
  pvdWin.document.write("<body topmargin=0 bgcolor=#EBECF0 leftmargin=0 marginwidth=0 marginheight=0>");
  pvdWin.document.write("<table width=100% height=100% align=center><tr><td align=center>Минуточку...</td></tr></table>");
  pvdWin.document.write("</body></html>");
  pvdWin.document.close();  
  document.vopros.submit();
 }else{
  alert('Введен неверный E-Mail');
 }
}
function doAction3(){
 stroka=document.zapros.email.value;
 ind=stroka.indexOf('\@');
 if (ind>0 && ind<stroka.length-1) {
  pvdWin= open("", "pvdwin", "width=350,height=200");
  pvdWin.focus();
  pvdWin.document.open();
  pvdWin.document.write("<html><head><title>Обработка данных... ");
  pvdWin.document.write("</title></head>");
  pvdWin.document.write("<body topmargin=0 bgcolor=#EBECF0 leftmargin=0 marginwidth=0 marginheight=0>");
  pvdWin.document.write("<table width=100% height=100% align=center><tr><td align=center>Минуточку...</td></tr></table>");
  pvdWin.document.write("</body></html>");
  pvdWin.document.close();  
  document.zapros.submit();
 }else{
  alert('Введен неверный E-Mail');
 }
}
