function open_myfriends_img(id,language)
{
var recupera = document.getElementById("open_myfriends_img");
recupera.innerHTML = "<div style='background: #fff; border: solid 1px blue; position: absolute; top: 10px; left: 10px;'><div style='background: blue;' align='right'><span style='font-size: 1.2em; color: #999999;'>myfriends connect<\/span>&nbsp;&nbsp;<span style='background: #fff;'>&nbsp;<a href='javascript:close_myfriends_img(\"" + id + "\",\"" + language + "\");'>[x]</a>&nbsp;<\/span><\/div><div>&nbsp;<\/div><iframe title='myfriends botton' type='text/html' width='700' height='400' frameborder='0' src='http://www.tuscaning.com/cp/myfriends/function/open_myfriends.php?id=" + id + "&amp;language=" + language + "'><\/iframe><\/div>";
}
function close_myfriends_img(id,language)
{
var recupera = document.getElementById("open_myfriends_img");
recupera.innerHTML = "<a href='javascript:open_myfriends_img(\"" + id + "\",\"" + language + "\");'><img src='http://www.tuscaning.com/cp/myfriends/img/connect.gif' border='0'><\/a>";
}
