//<!--
function book_for_top(url)
{
NLeft = Math.round(screen.width/2 - 350);
NTop = Math.round(screen.height/2 - 350);
var win2;
win2 = window.open('','Preliminary_Design', 'menubar=no,toolbar=no,resizable=no,width=700,height=700,left=' + NLeft + ',top=' + NTop);
win2.location=url;
}
function book_new(raz, code,raz_id)
{
NLeft = Math.round(screen.width/2 - 350);
NTop = Math.round(screen.height/2 - 350);
var win2;
win2 = window.open('','Preliminary_Design', 'menubar=no,toolbar=no,resizable=no,width=700,height=700,left=' + NLeft + ',top=' + NTop);
win2.location='/dounloads_new.php?razdel='+raz +'&file_path='+ code + '&razdel_id='+raz_id;
}

//-->

