//---------------------------
function Frame( img, tt, w, h )
{
	var code = '<table border="0" cellspacing="0" cellpadding="0">\
<tr>\
<td width="16" height="16" background="../include/fr31.gif"></td>\
<td background="../include/fr32.gif"></td>\
<td width="16" height="16" background="../include/fr33.gif"></td>\
</tr>\
<tr>\
<td width="16" height="16" background="../include/fr34.gif"></td>\
<td width="'+w+'" height="'+h+'"><img src="../include/' + img + '" alt="' + tt + '" width="' + w + '" height="' + h + '" border="0"></td>\
<td width="16" height="16" background="../include/fr36.gif"></td>\
</tr>\
<tr>\
<td width="16" height="16" background="../include/fr37.gif"></td>\
<td background="../include/fr38.gif"></td>\
<td width="16" height="16" background="../include/fr39.gif"></td>\
</tr>\
</table>';
	document.write( code );
}

