
function setlinkStr(name, url, target){
document.write("<a href=\"" + url + "\" target=\"" + target + "\">" + name + "<\/a>");
} 
