function show(url,w,h,s) {
	attr = 'width='+w+',height='+h+',location=0,menubar=0,resizable=0,scrollbars='+s+',status=0,titlebar=0,toolbar=0,hotkeys=0';
	if ( parseInt(navigator.appVersion) >= 4 ) {
		x = (screen.width - w) / 2;
		y = (screen.height - h) / 2;
		if( x<0 ) x=0;
		if( y<0 ) y=0;
		attr += ',xposition='+x+',left='+x+',yposition='+y+',top='+y;
	}
	window.open(url,'dw',attr);
}
function info(u) {
	show('/ru/products/current/note.html?w='+u,320,150,1)
	return false
}
function tour(u) {
	show('files/'+u+'.html',480,422,0)
	return false
}
function award(u,w,h) {
	show('/ru/company/awards/show.html?a='+u,w,h,0)
	return false
}