
////////////////////////////////This Script For Print This Page////////////////////////////////
function callme()
{
	win1 = window.open('/english/print.html','wind','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=655,height=365')
	win1.window.moveTo(20,20);
}
////////////////////////////////This Script For Print This Page////////////////////////////////


////////////////////////////////This Script For Send To Friends////////////////////////////////
function SendToFriend()
{
	var Fwindow=window.open("/english/sendtofriends.asp?LinkPath="+window.location, "tinyWindow", 'left=350,width=500,height=280,top=360') 
}
////////////////////////////////This Script For Send To Friends////////////////////////////////





var footer;

footer="<table border='0' width='970' cellspacing='0' cellpadding='0' id='table1'>";
footer+="	<tr>";
footer+="		<td>";
footer+="		<table border='0' width='970' cellspacing='0' cellpadding='0' id='table2'>";
footer+="			<tr>";
footer+="				<td><img border='0' src='/english/images/leftfo.gif' width='17' height='40'></td>";
footer+="				<td><a href='javascript:callme();'><img border='0' src='/english/images/print.gif' width='82' height='40'></a></td>";
footer+="				<td><a href='javascript:SendToFriend();'><img border='0' src='/english/images/send.gif' width='133' height='40'></a></td>";
footer+="				<td><img border='0' src='/english/images/wspace.gif' width='391' height='40'></td>";
footer+="				<td><img border='0' src='/english/images/allrights.gif' width='347' height='40'></td>";
footer+="			</tr>";
footer+="		</table>";
footer+="		</td>";
footer+="	</tr>";
footer+="	<tr>";
footer+="		<td><img border='0' src='/english/images/bottom.gif' width='970' height='20'></td>";
footer+="	</tr>";
footer+="</table>";
document.write(footer);