var 	wizard_export_nr = 0;
function go_image(path,wi,hi){
 wizard_export_nr++
 win = window.open(path, 'image'+wizard_export_nr, 'menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width='+wi+',height='+hi);
 win.focus();
}


