	function canUnload() {
		var lResult = true;
		try {lResult = frmLAUNCH.canUnload(); } catch(Exception) {}
		return lResult;
	}
	
	function UpdateAction(Template, ID) {
		try {frmLAUNCH.UpdateAction(Template, ID);} catch(Exception) {}
	}

	function Launch_INIT() {
		
			var newRows = '';
			var text = top.FrameInner.frameTOOLBOX.cols;
			elements = text.split(",");
			for (x=0; x < elements.length - 1; x++) {
				newRows += elements[x] + ',';
			}
			if (gUtility == '0' || gUtility == '') {
				newRows += '0';
			} else {
				newRows += '170';
			}
			top.FrameInner.frameTOOLBOX.cols = newRows;
		
	}

function TOTD() {
	top.TOD();
}

