function WinOpen(url,x,y,win) {
		var attributes = "toolbar=no,scrollbars=yes,resizable=yes,width=" + x + ",height=" + y;
		msgWindow=window.open("",win,attributes);
		msgWindow.focus();
		msgWindow.location = url;
	}
	function writeobj(obj,text) {
		if (document.getElementById) {
			x = document.getElementById(obj);
			x.innerHTML='';
			x.innerHTML=text;
		} else if (document.all) {
			x = document.all[obj];
			x.innerHTML=text;
		} else if (document.layers) {
			x = document.layers[obj];
			x.document.write(text);
			x.document.close;
		}
	}

function webmastercontact()
{
	var ma = "mai";
	ma+="lto:";
	ma+="jins";
	ma+="soft";
	ma+="@";
	ma+="teflintl";
	ma+=".com?subject=Link Exchange with teflintl.com";
	location.href=ma;
}