function aa(str){
	if(str != ''){ 
		window.open(str); 
	}
}
function bb(str2){
	if(str2 != ''){ 
		window.open(str2); 
	}
}
document.write("\
<table border=0 cellspacing=0 cellpadding=0 width=100%>\
<tr><td height=50></td></tr>\
<tr><td height=1 bgcolor=#EBEBEB></td></tr>\
<tr><td style=height:70px;background-color:#EBEBEB;><table border=0 cellspacing=0 cellpadding=0 width=880 Height=70>\
	<tr><td colspan=2 Height=15></td></tr>\
	<tr valign=top><td width=20></td>\
		<td width=460><img src=/Eng/Images/Common/bottom_logo.gif border=0>&nbsp;&nbsp;\
		<img src=/Eng/Images/Common/copyright.gif border=0></td>\
		<td align=right width=400></td>\
	</tr>\
</table></td></tr>\
</table>\
");
