function go(target)
	{    
window.location = target;
	}

function popup(url,x,y)
	{     window.open(url,'popup','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width='+x+',height='+y+',resizable=yes');
	}

function picpopup(url,x,y)
{
     wwpicpop=window.open(url,'picpopup','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width='+(x+2)+',height='+(y+2)+',resizable=yes');
     window.wwpicpop.document.write ('<html><head><title>Технострой Украина</title></head>'+'<body leftmargin=1 topmargin=1 rightmargin=1 bottommargin=1 marginwidth=1 marginheight=1 onLoad="focus();">'+'<a title="close this window" href="javascript:window.close();"><img src="'+url+'" alt="Технострой Украина" title="Технострой Украина" hspace=0 vspace=0 width="'+x+'" height="'+y+'" align"middle" border=0></a></body></html>');
     window.wwpicpop.document.close();
}