<!-- Daily Special Image Window Launch Script -->

function dayspec_text( a ){
var dayspec_Win = window.open('','dayspec_window','left=220, top=120, width=660, height=560, toolbar=no, scrollbars=no, resizable=no');
dayspec_Win.document.write(
'<html><title>"Pancho & Leftys Tex~Mex Cafe and Cantina"</title>',
'<body topmargin=10 bgcolor=FFEA80><table cellpadding=0 cellspacing=0 border=0>',
'<tr><td><img src="' + a.href + '"><br>',
'<p style="text-align: justify; font-family: Verdana; font-size=12; padding-top: px; margin-top: 8px; margin-left: 15px; margin-right: 15px;}"><b>' + a.Day + '</b><br>' + a.caption + '</p></td></tr</table><script type="text/javascript">window.focus()</script></body></html>');
dayspec_Win.document.close();}

<!-- END Daily Special Image Window Launch Script -->
