var browserName=navigator.appName; 
var browserTip='ie';
if (browserName=="Netscape")
{ 
 	browserTip='mz';
}
else 
{ 
 if (browserName=="Microsoft Internet Explorer")
 {
  	browserTip='ie';
 }

}
//-->
function c()
{
	return confirm("    Sunteti sigur ? ");
}

if(document.all && !document.getElementById) {
    document.getElementById = function(id) {
         return document.all[id];
    }
}

function clear_imp(obj,msg)
{
	if(obj.value==msg)
		obj.value='';
}
function fill_imp(obj,msg)
{
	if(obj.value=='')
		obj.value=msg;
}
