<!--
function subwin(url){
	sbwin=
window.open(url,"subwin","width=800,height=800,location=0,resizable=1,scrollbars=1,menubar=0,status=1");
}
function on(){
	window.focus();
}


function mk_setBlankItem(_element, _Str1, _Str2) {
if (!_Str2) _Str2 = "";
if (!!_element) {
if (_element.value == _Str1) _element.value = _Str2;
}
}
//-->

<!--
function CloseWin(){
window.close();
}
//-->