index.html
Контактная информация

<html></html>


<SCRIPT LANGUAGE=JavaScript>

<!---
function newwindow(name)
{
window.open(name, '_blank', 'width=400,height=257');
}
//-->

<SCRIPT>
<!-- Beginning of JavaScript -

for (i=0;i<=message.length-1;i++) {
    document.write("<span id='span"+i+"' class='spanstyle'>")
 document.write(message[i])
    document.write("</span>")
}

if (document.layers){
 document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;

// - End of JavaScript - -->
</SCRIPT>
</SCRIPT>
</head>

<SCRIPT language=JavaScript1.2>

<!--

/*
Copyright: All Rights Reserved.
Site: http://sattybaev.narod.ru/
E-mail:-----------
Script: Static Slide Menu
Version: 6.5.3.6 (Temporary)
*/

NS6 = (document.getElementById&&!document.all)
IE = (document.all)
NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")

tempBar='';barBuilt=0;lastY=0;sI=new Array();moving=setTimeout('null',1);

function moveOut() {if (parseInt(ssm.left)<0) {clearTimeout(moving);
moving = setTimeout('moveOut()', slideSpeed);slideMenu(10)}
else {clearTimeout(moving);moving=setTimeout('null',1)}};
function moveBack() {clearTimeout(moving);moving = setTimeout('moveBack1()', waitTime)}
function moveBack1() {if (parseInt(ssm.left)>(-menuWidth)) {clearTimeout(moving);
moving = setTimeout('moveBack1()', slideSpeed);slideMenu(-10)}
else {clearTimeout(moving);moving=setTimeout('null',1)}}
function slideMenu(num){ssm.left = parseInt(ssm.left)+num;
if (NS) {bssm.clip.right+=num;bssm2.clip.right+=num;
if(bssm.left+bssm.clip.right>document.width)document.width+=num}}

function makeStatic() {
winY=(IE)?document.body.scrollTop:window.pageYOffset;
if (winY!=lastY&&winY>YOffset-staticYOffset) {
smooth = .2 * (winY - lastY - YOffset + staticYOffset);}
else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset&&winY<=YOffset-staticYOffset) {
smooth = .2 * (winY - lastY - (YOffset-(YOffset-winY)));}
else {smooth=0}
if(smooth > 0) smooth = Math.ceil(smooth);
else smooth = Math.floor(smooth);
bssm.top=parseInt(bssm.top)+smooth
lastY = lastY+smooth;
setTimeout('makeStatic()', 10)}

function buildBar() {
if(barText.toLowerCase().indexOf('<img')>-1) {tempBar=barText}
else{for (b=0;b<barText.length;b++) {tempBar+=barText.charAt(b)+"<BR>"}}
document.write('<td align="center" rowspan="100" width="'+barWidth+'" bgcolor="'+barBGColor+'" valign="'+barVAlign+'" align=center><font style="'+barFontstyle+'"><B>'+tempBar+'</B></font></td>')}

function initSlide() {
if (NS6||IE){ssm=(NS6)?document.getElementById("thessm"):document.all("thessm");
bssm=(NS6)?document.getElementById("basessm").style:document.all("basessm").style;
bssm.clip="rect(0 "+ssm.offsetWidth+" "+(((IE)?document.body.clientHeight:0)+ssm.offsetHeight)+" 0)";
bssm.visibility="visible";ssm=ssm.style;if(NS6)bssm.top=YOffset}
else if (NS) {bssm=document.layers["basessm1"];
bssm2=bssm.document.layers["basessm2"];ssm=bssm2.document.layers["thessm"];
bssm2.clip.left=0;ssm.visibility = "show";}
if (menuIsStatic=="yes") makeStatic();}

function buildMenu() {
if (IE||NS6) {document.write('<DIV ID="basessm" style="visibility:hidden;Position : Absolute ;Left : '+XOffset+' ;Top : '+YOffset+' ;Z-Index : 20;width:'+(menuWidth+barWidth+10)+'"><DIV ID="thessm" style="Position : Absolute ;Left : '+(-menuWidth)+' ;Top : 0px ;Z-Index : 21;'+((IE)?"width:1px":"")+'" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER name="basessm1" top="'+YOffset+'" LEFT='+XOffset+' visibility="show" onload="initSlide()"><ILAYER name="basessm2"><LAYER visibility="hide" name="thessm" bgcolor="'+menuBGColor+'" left="'+(-menuWidth)+'" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS6){document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'"><TR><TD>')}
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'">');
for(i=0;i<sI.length;i++) {
if(!sI[i][3]){sI[i][3]=menuCols;sI[i][5]=menuWidth-1}
else if(sI[i][3]!=menuCols)sI[i][5]=Math.round(menuWidth*(sI[i][3]/menuCols)-1);
if(sI[i-1]&&sI[i-1][4]!="no"){document.write('<TR>')}
if(!sI[i][1]){
document.write('<TD BGCOLOR="'+hdrBGColor+'" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'" WIDTH="'+sI[i][5]+'"  COLSPAN="'+sI[i][3]+'"  style="'+hdrFontstyle+'"><b>&nbsp;'+sI[i][0]+'</TD>')}
else {if(!sI[i][2])sI[i][2]=linkTarget;
document.write('<TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="'+sI[i][5]+'" HEIGHT="'+hdrHeight+'" COLSPAN="'+sI[i][3]+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'"><DIV  ALIGN="'+linkAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">&nbsp;<A HREF="'+sI[i][1]+'" target="'+sI[i][2]+'" CLASS="ssmItems">'+sI[i][0]+'</DIV></LAYER></ILAYER></TD>')}
if(sI[i][4]!="no"&&barBuilt==0){buildBar();barBuilt=1}
if(sI[i][4]!="no"){document.write('</TR>')}}
document.write('</table>')
if (NS6){document.write('</TD></TR></TABLE>')}
if (IE||NS6) {document.write('</DIV></DIV>');setTimeout('initSlide();', 1)}
if (NS) {document.write('</LAYER></ILAYER></LAYER>')}}

function addHdr(name, cols, endrow){sI[sI.length]=[name, '', '', cols, endrow]}
function addItem(name, link, target, cols, endrow){if(!link)link="javascript://";sI[sI.length]=[name, link, target, cols, endrow]}


  /*
  Configure menu styles below
  NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
  */
  YOffset=130; // no quotes!!
  staticYOffset=20; // no quotes!!
  XOffset=0; // no quotes!!
  slideSpeed=10 // no quotes!!
  waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
  menuBGColor="#008080";
  menuIsStatic="yes";
  menuWidth=130; // Must be a multiple of 10! no quotes!!
  menuCols=2;
  hdrBGColor="#3B3B3B";
  hdrFontstyle="text-decoration:none; font-family: verdana, arial, sans-serif; color: #FFFFFF; font-size:13px"
  hdrAlign="left";
  hdrVAlign="center";
  hdrHeight="18";
  linkFontFamily="Verdana";
  linkFontSize="2";
  linkBGColor="#000000";
  linkOverBGColor="#3B3B3B";
  linkTarget="_top";
  linkAlign="left";
  barBGColor="#3B3B3B";
  barFontstyle="color:#99FF99; text-decoration:none; font-family: verdana, arial, sans-serif; font-size:13px"
  barVAlign="center";
  barWidth=15; // no quotes!!
  barText='Менюшка'; // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

addItem('назад', 'http://nokia-6230-rd.narod.ru/', '');
addItem('mp3', 'http://nokia-6230-rd.narod.ru/mp3/mp3.html', '');
addItem('3gp', 'http://nokia-6230-rd.narod.ru/3gp/3gp.html', '');
addItem('java ', 'http://nokia-6230-rd.narod.ru/java/java.html', '');
addItem('Драйвера ', 'http://nokia-6230-rd.narod.ru/driver/driver.html', '');
addItem('Советы', '#');
addItem('Картинки', 'http://nokia-6230-rd.narod.ru/kartinki/kartinki.html');
addItem('Софт', 'http://nokia-6230-rd.narod.ru/soft/soft.html')
addItem('контакты ', '#', '_blank');
addItem('nokia 6230', 'http://nokia-6230-rd.narod.ru', '_blank');

buildMenu();
  //-->
</SCRIPT>

  <title>123</title>

  <script>
var titletext=" NOKIA 6230 "
var thetext=""
var started=false
var step=0
var times=1
function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
document.title = titletext;
setTimeout("anim()",1);
}
thetext = titletext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
step++
if (step==7) {step=1}
if (step==1) {document.title='>==='+thetext+'===<'}
if (step==2) {document.title='=>=='+thetext+'==<='}
if (step==3) {document.title='>=>='+thetext+'=<=<'}
if (step==4) {document.title='=>=>'+thetext+'<=<='}
if (step==5) {document.title='==>='+thetext+'=<=='}
if (step==6) {document.title='===>'+thetext+'<==='}
setTimeout("anim()",200);
}
if (document.title)
window.onload=onload=welcometext
</script>
<body background="logo.jpg" link="#0000FF" vlink="#C0C0C0" alink="#FF0000">

<div style="position: absolute; top: 130; left: 360; width: 86; height: 25">
  <p><font color="#000000">
  <marquee width="330" height="316" direction="up" scrollamount="1"><font color="#0000FF"><H2>Клуб любителей nokia 6230 !</H2></font><br>У нас теперь есть, отличный форум доступен по ссылки <a href=http://www.nokia-6230r.h15.ru/forums/index.php>"Форум"</a><br><a href="http://news.yandex.ru/"><img src=http://narod.yandex.ru/pics/bricks/news.gif width=24 height=24 border=0 align=middle></a>&nbsp;&nbsp;<a href=http://news.yandex.ru/>Яндекс.Новости</a><br>
<script language=javascript src=http://www.yandex.ru/include/news.js></script>
<br><font color="#FF0000"><H4>Если есть вопросы стучитесь в ICQ <br>300-989-456.</H4></font></marquee>
  </font></p>
</div>

 


<div style="position: absolute; top: 15; left: 160; width: 86; height: 25">
  <p><a href="http://www.nokia-6230r.h15.ru/forums/index.php"><font color="#0000FF"><H4>Форум</H4></font></a></p></div>

<div style="position: absolute; top: 15; left: 390; width: 86; height: 25">
  <p><a href="http://www.mpchat.com/jeo"><font color="#0000FF"><H4>Чат</H4></font></a></p></div>

<div style="position: absolute; top:15; left: 600; width: 86; height: 25">
  <p><a href="#"><font color="#0000FF"><H4>Гостевая</H4></font></a></p></div

</SCRIPT>

</div><!-- ><!-- "><!-- '><!-- --></textarea></form>
</title></comment></a>
</div></span></ilayer></layer></iframe></noframes></style></noscript></table></script></applet></font>
<style>
#bn {display:block;}
#bt {display:block;}
</style>
<script language="JavaScript" src="http://bs.yandex.ru/show/163"></script>
<!-- mailto:spm111@yandex.ru -->

 Copyright © nokia6230-76103aho3a@bk.ru 
BOXMAIL.BIZ - Конструктор сайтов
WOL.BZ - Бесплатный хостинг, создание сайтов
RIN.ru - Russian Information Network 3