		function openExamplePopup(file,width,height,scrollbars){
			   if (scrollbars == '') {
				scrollbars = 'no';
			   }
			   window.open(file,'_blank','top=50,left=50,width='+width+',height='+height+',scrollbars='+scrollbars);
	       }

