﻿// JScript File Exetend dd_uncompressed

function disabledcombo(id, disabled) {
	document.getElementById(id).disabled = disabled;
	//custom function
	if(document.getElementById(id).refresh!=undefined)
			document.getElementById(id).refresh();
}

function loadUrl(byURL) {
  if (byURL != undefined) {
    window.location.href = byURL;
  }  
}

function output(obj, val) {	
}
