function preview(src, w, h) {
	window.open(src, 'preview', 'width=' + w + ', height=' + h);		
}

		function onClickTexture(id, name) {
		document.scena.send("ZlewTex", "texture/"+id + ".jpg");
		document.scena.send("TexID", name);
		}
		function onClickModel(id, name) 
		{
		document.scena.send("ZlewModel", "model/"+id + ".wrl");
		document.scena.send("modelID", name);

		}
	