function opWind(cat) { 
var x1 = "list.php?cat=";
var x2 = cat;
var myUrl = x1 + x2; 
myWin=window.open(myUrl, "wind1", "width=600,height=500, left=600,top=160, resizable=no,scrollbars=1,menubar=no"); 
} 

function win() { 
	newWin = window.open("","Создание сайтов", "width=400,height=100,left=500,top=350");
  newWin.document.write("<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><title>Создание сайтов</title></head><style type=\"text/css\">body {background: #000; font-family: tahoma;  font-size: 12px;color: #ccc;}</style><body ><h3 align='center'>Создание сайтов, размещение в интернете.</h3><p align='center'>Технологии: HTML, PHP, MySQL, Javascript, jQueri </p><p align='center'>smix@ua.fm</p></body> </html>"); 
  }

 function scramble(n, n2)
{
document.write(n+'@'+n2)
}
