function newText(text,width,height)
	{
		win=open("","","width="+width+"px ,height="+height+"px");
		win.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><link href="http://www.marya.ru/img/style.css" rel="stylesheet"></head><body><div style="padding:30px;">'+text+'</div></body></html>');
       		win.document.close();
	}

function newWin(nameImg,width,height)
	{
		win=open("","","width="+width+"px ,height="+height+"px");
		win.document.write('<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><table width="'+width+'px" height="'+height+'px" cellpadding=0 cellspacing=0 border=0><tr><td align=center><img src="'+nameImg+'" style="cursor:hand;" onclick="window.close();" alt="Picture" title="Picture"></td></tr></table></body></html>');
       		win.document.close();
	}



function newWinHtml(nameImg,width,height)
	{
		win=open(nameImg,"","width="+width+"px ,height="+height+"px, scrollbars=yes");
	}

function open_window(link,w,h) {
 var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=no,scrollbars=yes";
 newWin = window.open(link,'newWin'+w+h,win);
} 



function supp_show(posx,posy){
supp_e = document.getElementById('supp');
supp_e.style.display='';
supp_e.style.left=posx+document.body.scrollLeft;
supp_e.style.top=posy-100+document.body.scrollTop;
}

function alt_object(obj,st,posx,posy){
supp_e = document.getElementById(obj);
supp_e.style.display=st;
supp_e.style.left=posx+document.body.scrollLeft;
supp_e.style.top=posy-100+document.body.scrollTop;
}



function supp_notshow(){
supp_e = document.getElementById('supp');
supp_e.style.display='none';
}


$(document).ready(function(){
$('a[rel="openwithcolorbox"]').colorbox({
			maxWidth: $(window).width()-100,
			maxHeight: $(window).height()-50,
			current: "",
			previous: "&larr;",
			next: "&rarr;",
			close: "закрыть",
			opacity: 0.8,
			preloading: true,
			speed: 'fast',
			dummy: null
	});
});
	
