﻿function _openterms_ru() {
	var url = "http://www.wmtrade.co.uk/terms_ru.htm";
	var width = "640";
	var height = "640";
	
	var im = window.open(url, '', 'width='+width+',height='+height+',resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');
}

function _openterms_en() {
	var url = "http://www.wmtrade.co.uk/terms_en.htm";
	var width = "640";
	var height = "640";
	
	var im = window.open(url, '', 'width='+width+',height='+height+',resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');
	}	