function currency()
{
	window.open('/currency-convertor.html','mywindow1','location=1,status=1,scrollbars=1,width=815,height=310');
}

function chat()
{
	window.open('/chat-popup.html','mywindow1','location=1,status=1,scrollbars=1,width=620,height=450');
}