function maimg(url,title,_blank,nofollow,imgurl,alt,size1,size2){
	document.write("<a href='" + url + "' title='" + title + "' target='" + _blank +  "' rel='" + nofollow + "'><img src='" + imgurl +"' alt='" + alt  + "' width='" + size1 + "' height='" + size2 + "' /></a>");
}

function maimgf(urlf,titlef,_blankf,imgurlf,altf,size1f,size2f){
	document.write("<a href='" + urlf + "' title='" + titlef + "' target='" + _blankf +  "'><img src='" + imgurlf +"' alt='" + altf  + "' width='" + size1f + "' height='" + size2f + "' /></a>");
}

function maimgid(url2,title2,_blank2,imgurl2,alt2,size3,size4,id,name){
	document.write("<a href='" + url2 + "' title='" + title2 + "' target='" + _blank2 +  "'><img src='" + imgurl2 +"' alt='" + alt2  + "' width='" + size3 + "' height='" + size4 + "' id='" + id + "' name='" + name + "' /></a>");
}

function mat(urlt,titlet,_blankt,text){
	document.write("<a href='" + urlt + "' title='" + titlet + "' target='" + _blankt +  "'>" + text + "</a>");
}

function matn(urltn,titletn,_blanktn,nofollowtn,textn){
	document.write("<a href='" + urltn + "' title='" + titletn + "' target='" + _blanktn + "' rel='" + nofollowtn + "'>" + textn + "</a>");
}
