function ChIm (ImageName,FileName) {
	document.images[ImageName].src=FileName;
	}

function VerticalResize () {
	if (document.all) {
		posy=document.body.clientHeight;
	} else {
		posy=window.innerHeight;
		}
	document.images['vresizepic'].style.height=posy-310;
	}
	window.onresize=VerticalResize;

var msgPicWindow;
function PicOpener (obj,w,h) {
	if (msgPicWindow) {msgPicWindow.close()}
	msgPicWindow=window.open ("about:blank","displayPicWindow","width="+w+",height="+h+",screenX=50,screenY=50,left=50,top=50,toolbar=0,scrollbars=0,menubar=0,status=no,resizable=no");
	msgPicWindow.document.writeln ("<html><head><title>Ôîòî</title></head><body leftmargin=0 marginheight=0 marginwidth=0 topmargin=0 bgcolor=\"#ffffff\" text=\"#000000\" link=\"#658790\" vlink=\"#658790\" alink=\"#000000\"><a href=\"javascript:window.close()\"><img src=\"/files/"+obj+"\" width="+w+" height="+h+" border=\"0\"></a></body></html>");
	}
	
function PrintVersionOpener (obj,w,h) {
	window.open (obj,"displayPrntWindow","width="+w+",height="+h+",screenX=50,screenY=50,left=50,top=50,toolbar=1,scrollbars=1,menubar=0,status=1,resizable=no");
	}

var selectlevel2=Array();
var selectlevel2_v=Array();

function anketaList2Change(list1,questionid,controlid) {
	list2=document.getElementById(controlid);
	for (var i=list2.options.length-1;i>=0;i--)
		list2.options[i]=null;
	selectedvalue=list1.options[list1.selectedIndex].value;
	for (var i=0;i<selectlevel2_v[questionid][selectedvalue].length;i++)
		list2.options[i]=new Option(selectlevel2[questionid][selectedvalue][i],selectlevel2_v[questionid][selectedvalue][i]);
	}
function popItUp() {
    var newWindow = open("/rules.htm", "secondWindow", "scrollbars,resizable,width=400,height=250");
}
