|
|
This text is replaced by the Flash movie.
|
|
|
|
");
newWin.focus();
newWin.document.close();
}
function SendToFriend(id)
{
divPrint = document.getElementById(id).innerHTML;
var myBars = 'directories=no,location=no,menubar=no,status=no';
myBars += ',titlebar=no,toolbar=no';
var left = (window.screen.availWidth - 250)/2;
var top = (window.screen.availHeight - 200)/2;
var myOptions = 'scrollbars=yes,resizable=yes,width=250,height=200,left=' + left + ',top=' + top;
var myFeatures = myBars + ',' + myOptions;
var newWin = window.open("/DeskTopModules/Recipes/SendToFriend.aspx?subject=%d7%9e%d7%aa%d7%9b%d7%95%d7%9f+%d7%9c%d7%a1%d7%9c%d7%98%d7%99%d7%9d+%7c+%d7%a1%d7%9c%d7%98+%d7%9e%d7%9c%d7%a4%d7%a4%d7%95%d7%9f%2c+%d7%91%d7%96%d7%99%d7%9c%d7%99%d7%a7%d7%95%d7%9d+%d7%95%d7%a7%d7%95%d7%a8%d7%a0%d7%99%d7%aa+%d7%91%d7%aa%d7%97%d7%9e%d7%99%d7%a5+%d7%a1%d7%95%d7%99%d7%94+%7c+%d7%9e%d7%aa%d7%9b%d7%95%d7%a0%d7%99%d7%9d+%7c+%d7%9e%d7%aa%d7%9b%d7%95%d7%a0%d7%99+%d7%a1%d7%9c%d7%98%d7%99%d7%9d","SendToFriend",myFeatures);
newWin.focus();
newWin.document.close();
}
|
|
|
|
|
|