function imgFrame(x,y,a,t)
{
	var decor_photo='';
	var a1='';
	var a2='';
	if(a!='')
	{
		a1='<a href="'+a+'" target="_blank" rel="lightbox">';
		a2='</a>';
	}
	decor_photo ='<table width="100" border="0" cellpadding="0" cellspacing="0" class="imgframe">';
	decor_photo+='<tr><td colspan="2"><img src="'+y+'img/frame-top.gif" /></td><td rowspan="2" valign="top"><img src="'+y+'img/frame-right.gif" /></td></tr>';
    decor_photo+='<tr><td rowspan="2" valign="bottom" style="vertical-align:bottom"><img src="'+y+'img/frame-left.gif" /></td><td>'+a1+'<img src="'+x+'" class="photo" alt="'+t+'" title="'+t+'" />'+a2+'</td></tr>';
	decor_photo+='<tr><td colspan="2" valign="top" align="right"><img src="'+y+'img/frame-bottom.gif" /></td></tr>';
	decor_photo+='</table>';
	document.write(decor_photo);
}