function appear (theURL,text,name,features) {
	name=open('','',features);
	name.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
	name.document.write('<html><head><title>'+text+'</title>');
	name.document.write('<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">')
	name.document.write('<link href="the.css" rel="stylesheet" type="text/css">');
	name.document.write('</head>');
	name.document.write('<body topmargin="0" leftmargin="0"  background="http://www.homes4ubulgaria.com/images/bgr2.gif">');
	name.document.write('<table border="0" cellpadding="0" cellspacing="0" valign="top"><tr><td>');
	name.document.write('<img src="'+theURL+'" alt="'+text+'">');
	name.document.write('</td></tr><td height="20" valign="middle"><div align="left" class="comment">'+text+'</div></td></tr></table>');
	name.document.write('</body>');
	name.document.write('</html>');
}
function fimage (image) {
	image.style.border='1px solid #001199';
}
function bimage (image) {
	image.style.border='1px solid #0099CC';
}
function focuson (cell) {
	cell.style.borderColor='#000000';
	cell.style.background='#FFFFCC';
}
function focusoff (cell) {
	cell.style.background='#FFFFFF'; 
	cell.style.borderColor='#EEEEEE';
}