var wnd=0;

function view(i,w,h) {
	if (!w) {
		w=screen.width-10;
	}
	if (!h) {
		h=screen.height-30;
	}
	l=(screen.width-w)/2;
	t=(screen.height-h)/2;
	if (wnd) wnd.close();
	wnd=open('','sys_portfolio','resizable=1,width='+w+',height='+h+',top='+t+',left='+l+',status=0,toolbar=0,menubar=0,directories=0,location=0');
	with (wnd.document) {
		write('<html><head><title>TutGut.ru</title></head><body bgcolor=#FFFFFF topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><table width=100% height=100%><tr><td align=center><img src='+i+' border=0></td></tr></table></body></html>');
	}
}

function item_show(url)
{

hwcart = window.open(url, "item", "width=700,height=500,scrollbars=no,status=no,left="+ ((screen.width-700)/2) +",top="+((screen.height-500)/2));
hwcart.focus();

}