<!-- 

function dizin(ax,ay)
{
	width	= 350
	height	= 500
	window.open(ax,"the_popup","menubar=no, toolbar=no, resizable=no, scrollbars=yes, width="+width+", height="+height+", channelmode=no, left=50, top=50");
}

-->