function makeImgLayersPrint(){
	var size = config.objects.mainMap.map.getCurrentSize();
	var width=size.w;
	var height=size.h;
	var currentScale = config.objects.mainMap.map.getScale();
	
	window.open('print?width='+width+'&height='+height+'&currentScale='+currentScale, 'print');
}
