﻿// JavaScript Document

function table_focus(obj,tb_color){
	obj.style.backgroundColor = tb_color;
}
function table_blur(obj,tb_color){
	obj.style.backgroundColor = tb_color;
}

function POPjump(selOBJ){
	location.href=selOBJ.options[selOBJ.selectedIndex].value;
}

function jump_submit(obj){
	obj.submit();
}

function ExecutingWindow(web){
	showModelessDialog (web,'progress','dialogHeight:100px ; dialogWidth:200px;status:0;help:0;edge:raised;center:yes;scroll:no');
}

function LoadingWindow(web){
	return showModelessDialog (web,'progress','dialogHeight:100px;dialogWidth:200px;status:0;help:0;edge:raised;center:yes;scroll:no');
}

