

a=new Array("whoiam.htm","diver.htm","me.htm","intro.htm","murena.htm","soft.htm","Movie21.swf","water.htm") 

 X=10; 

 Y=30;

 indx=0;









 flash = "introF.htm"

 winURL = "index.htm";

 resume = "resume/resume.htm";

 resume_eng = "resume/resume_eng.htm";







function fullScr(winURL) {

  winName = "extendWin";

  winWidth = screen.availWidth;

  winHeight = screen.availHeight;

  winOffX = 0;

  winOffY = 0;

  winSpecs = "width=" + winWidth + ",height=" + winHeight + ",toolbar=0,menubar=0,scrollbars=1,resizable=0,location=0,directories=0,status=0,left=" + winOffX + ",top=" + winOffY

	

  self.resizeTo(screen.availWidth,screen.availHeight);

  self.moveTo(0,0);

  extendWin = window.open(winURL,winName,winSpecs);



}













    

function popIt(a) {



winPars = "width=" + 370 + ",height=" + 260 + ",toolbar=0,menubar=0,scrollbars=0,resizable=0,location=0,directories=0,status=0,left=" + X + ",top=" + Y

    

openWin = window.open(a,"iAm",winPars);

   if((X+400 )<screen.availWidth ){

   X+=100;

   Y+=70;}else{ X=10;Y=30;}



   if(indx<6) 

   indx++;

   else indx=0;



openWin.focus();

window.blur();

 

}



function closeIt() {



openWin.close();



}













function stopErrors() {



 return true;



}



window.onerror = stopErrors;





