function cp()
{
document.write('\&\#169\;S.A. Mousalimas 2004\-2006\.');
return;
}
/* Change copyright date in m03 val js */



function hiL(d,e)
{
if ( document.documentElement)
	{
	document.getElementById(d).style.backgroundColor='#ffc';
	document.getElementById(d).style.color='#00f';
	document.getElementById(e).style.backgroundColor='#fff';
	document.getElementById(e).style.color='#00f';
	return;
	}
else { return; }
}

function deL(f,g)
{
if ( document.documentElement)
	{
	document.getElementById(f).style.backgroundColor='#ccc';
	document.getElementById(f).style.color='#00f';
	document.getElementById(g).style.backgroundColor='#ccc';
	document.getElementById(g).style.color='#00f';
	return;
	}
else { return; }
}


function xL(g)
{
if ( document.documentElement)
	{
	var L;
	L = document.getElementById(g).href;
	location.href = L;
	return;
	}
else { return; }
}


function dl() 
{
if ( document.documentElement)
	{
document.write('<form action\=\"\">');
document.write('<input type\=\"button\" value\=\"\&\#060\;\" title\=\"Previous\" ');
document.write('onclick\=\"xL\(\'pL\'\)\;\" onkeypress\=\"xL\(\'pL\'\)\;\"  \/>');
document.write('<input type\=\"button\" value\=\"\&\#062\;\" title\=\"Next\" ');
document.write('onclick\=\"xL\(\'nL\'\)\;\" onkeypress\=\"xL\(\'nL\'\)\;\"  \/>');
document.write('<\/form>'); 
return;
	}
else { return; }
}

function din() 
{
if ( document.documentElement)
	{
document.write('<form action\=\"\">');
document.write('<input type\=\"button\" value\=\"\&\#062\;\" title\=\"Next\" ');
document.write('onclick\=\"xL\(\'nL\'\)\;\" onkeypress\=\"xL\(\'nL\'\)\;\" \/>');
document.write('<\/form>'); 
return;
	}
else { return; }
}

function dex() 
{
if ( document.documentElement)
	{
document.write('<form action\=\"\">');
document.write('<input id\=\"input3\" type\=\"button\" value\=\"\&\#060\;\" title\=\"Previous\" ');
document.write('onclick\=\"xL\(\'pL\'\)\;\" onkeypress\=\"xL\(\'pL\'\)\;\"  \/>');
document.write('<\/form>'); 
return;
	}
else { return; }
}

function closure()
{
document.write('<p class\=\"nav c6 c12 c13\" id\=\"nP\" onclick\=\"window.close\(\)\;\" ');
document.write('onmouseover\=\"hiL\(\'nP\',\'clos\')\;\" onmouseout\=\"deL\(\'nP\',\'clos\'\)\;\">');
document.write('<span id\=\"clos\">Close<\/span><\/p>');
return; 
}



function sel(inputid) 
{
document.getElementById(inputid).select();
return;
  }