var marqueewidth=500
var marqueeheight=30
var speed=3
var marqueecontents='<font face="Arial" size="4" color="white"><b>Great Gyros & Pita Ltd</b><img src="images/spacebar.gif" width=30 height=1 border=0> We offer Gyros Meats <b>no MSG</b>.<img src="images/spacebar.gif" width=3 height=1 border=0> Selections:<img src="images/spacebar.gif" width=5 height=1 border=0><b>Beef, Lamb</b><img src="images/spacebar.gif" width=7 height=1 border=0>and<img src="images/spacebar.gif" width=7 height=1 border=0><b>Chicken Gyros</b><img src="images/spacebar.gif" width=7 height=1 border=0>(Halal).<img src="images/spacebar.gif" width=7 height=1 border=0><img src="images/spacebar.gif" width=7 height=1 border=0><b>Pita Bread</b><img src="images/spacebar.gif" width=5 height=1 border=0><img src="images/ipita.gif" width=35 height=30 border=0>,<img src="images/spacebar.gif" width=17 height=1 border=0><b>Naan Bread</b>,<img src="images/spacebar.gif" width=15 height=1 border=0><b>Naan Onion Bread</b>,<img src="images/spacebar.gif" width=15 height=1 border=0><b>Baklava</b><img src="images/spacebar.gif" width=5 height=1 border=0><img src="images/imeats.gif" width=35 height=30 border=0>,<img src="images/spacebar.gif" width=15 height=1 border=0><b>Veggie, Beef, Chicken and Lamb Spanakopita </b>,<img src="images/spacebar.gif" width=7 height=1 border=0>go with other selections Specialty Spices:<img src="images/spacebar.gif" width=7 height=1 border=0><b>Seasoning Salt</b><img src="images/spacebar.gif" width=5 height=1 border=0><img src="images/ispices.gif" width=35 height=30 border=0>,<img src="images/spacebar.gif" width=15 height=1 border=0><b>Greek Seasoning</b> is recommended for <b>vegetables, meats and fish</b><img src="images/spacebar.gif" width=10 height=1 border=0><img src="images/spacebar.gif" width=15 height=1 border=0><img src="images/spacebar.gif" width=5 height=1 border=0><a href="file:///C|/greatgyros/gyrosvertical.html"><img src="images/imachine.gif" width=35 height=30 border=0></a><img src="images/spacebar.gif" width=2 height=1 border=0>-<b>Vertical Broiler</b> is <u>build for fast cooking</u> for:<img src="images/spacebar.gif" width=4 height=1 border=0><b>Institutions and Restaurants</b>.<img src="images/spacebar.gif" width=15 height=1 border=0> -Feel free to contact us for<img src="images/spacebar.gif" width=3 height=1 border=0> pricing by <b>email</b> or by <b>phone !!!</b></font>'

document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}

window.onload=regenerate2

