// JavaScript Document

function popup4(theURL,winName,features,x,y)
{
 var w1 = window.open(theURL,winName,features+'height='+y+',width='+x+',buttonbar=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no');
}

function popup5(theURL,winName,features,x,y)
{
 var w1 = window.open(theURL,winName,features+'height='+y+',width='+x+',buttonbar=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no');
}

function cntInputFocus(input)
{
	//input.style.backgroundColor='#FFF'; input.style.color='#000';
	}
	
function cntInputBlur(input)
{
//	input.style.backgroundColor='#F0F0F0'; input.style.color='#795222'; input.style.border='1';
	}