В CSS:
Code
.cpop {width:350px; height:240px; display:none; padding-top:5px; position:absolute; left:40%; top:35%; background:url(http://web-update.ucoz.com/scripts_steamer/img/cpopup_bg.png) no-repeat 0 0; z-index:10;}
.cpop_in {height:185px; padding-top:40px; overflow:hidden; position:relative; background:#f4f4f4 url(http://web-update.ucoz.com/scripts_steamer/img/cpopup_bg.png) no-repeat 0 -5px;}
.cpop_drag {width:350px; height:40px; position:absolute; left:0px; top:0px; font-size:0px; cursor:move; z-index:1;}
.cpop_close {width:13px; height:13px; display:block; position:absolute; right:15px; top:9px; background:#44758c url(http://web-update.ucoz.com/scripts_steamer/img/cpopup_bg.png) no-repeat -322px -14px; cursor:pointer; z-index:2;}
.cpop_close:hover {background-position:-350px 0;}
.cpopform {font-family:tahoma; font-size:11px;}
.cpopform_in {width:297px; margin:0 auto;}
.cpopform_in span {display:block; margin-bottom:6px; color:#aaaaaa; text-indent:1px;}
.cpopform_in input {width:295px; border:1px solid #aaaaaa; margin:0 0 8px 0; padding:3px 0 5px 0; font-size:12px; line-height:14px; text-indent:5px; color:#aaaaaa; background:#f4f4f4;}
.cpopform_in input:focus {border-color:#aaaaaa;}
.cpopform_in2 {padding-bottom:4px; text-align:center;}
.cpopform_in3 {padding:0 10px 0 15px; color:#aaaaaa;}
.cpopform_in3 a {color:#aaaaaa;}
.cpopform_in3 a:hover {text-decoration:underline;}
.cpop_prof {padding:0 25px 0 8px; overflow:hidden;}
.cpop_prof_l {width:110px; float:left; text-align:center;}
.cpop_prof_l a {font-weight:bold; color:#4a8eaf;}
.cpop_prof_l a:hover {text-decoration:underline;}
.cpop_prof ul {width:197px; float:right;}
.cpop_prof ul li {display:block; border-bottom:1px solid #d7e3e8; padding:5px 0 5px 1px; color:#4a8eaf;}
.cpop_prof ul li a {color:#4a8eaf;}
.cpop_prof ul li a:hover {color:#155270;}
На ту страницу, где вы хотели бы видеть Окно:
Code
<!--by Steamer-->
<div class="cpop cpop_close_cont" id="cpop">
<div class="cpop_in">
<span class="cpop_close" title="Закрыть окно"></span>
<center>Содержимое Ajax</center>
</div></div>
<script type="text/javascript" src="http://web-update.ucoz.com/scripts_steamer/js/script_site.js"></script>
<!--by Steamer-->
Это вставляем туда, где бы вы хотели видеть кнопку вызова окна:
Code
<a href="#" class="b_panel_link b_p_link_prof2"><span>Ajax Окно by Steamer</span></a>