function secKaldir(check) {
	for(i=0;i<document.getElementsByName(check).length;i++) {
		document.getElementsByName(check)[i].checked = !document.getElementsByName(check)[i].checked;
	}
}
function checksize(obj1, obj2, limit)
{
var count;
var max = limit;
var calc = 0;
lbl = document.getElementById(obj2);
count = obj1.value.length;
calc = max - count;
if(calc<0){
calc=0;
obj1.value=obj1.value.substr(0,max);
}
lbl.innerHTML = calc;
}

function openPopUp_370x310(href, target)
{
	window.open(href, target, 'width=370, height=310, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_370x400(href, target)
{
	window.open(href, target, 'width=370, height=400, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_400x200(href, target)
{
	window.open(href, target, 'width=400, height=200, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_550x230(href, target)
{
	window.open(href, target, 'width=550, height=230, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_600x400(href, target)
{
	window.open(href, target, 'width=600, height=400, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_500x300(href, target)
{
	window.open(href, target, 'width=500, height=300, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_600x500(href, target)
{
	window.open(href, target, 'width=600, height=500, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_650x500(href, target)
{
	window.open(href, target, 'width=650, height=500, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_600x550(href, target)
{
	window.open(href, target, 'width=600, height=550, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_600x420(href, target)
{
	window.open(href, target, 'width=600, height=420, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_600x200(href, target)
{
	window.open(href, target, 'width=600, height=200, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function openPopUp_510x700(href, target)
{
	window.open(href, target, 'width=510, height=700, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function blinkIt()
{
	if(!document.all)
		return;
	else
	{
		for(i=0; i<document.all.tags('blink').length; i++)
		{
			s=document.all.tags('blink')[i];
			s.style.visibility=(s.style.visibility=='visible')?'hidden':'visible';
		}
	}
}
function SymError()
{
	return true;
}
