function reDo(){
window.location.reload();
}
window.onresize=reDo;
var scroller_width="136px";
var scroller_height="80px";
var bgcolor="#d2d2ca";
var pause=4000;
var scrollercontent=new Array();
scrollercontent[0]="   Excellent!!! Item is better than described. Great packing. A+++++++ 110% ";
scrollercontent[1]="    LIGHTNING fast shipment and beautiful blueprint. looking fwd to next print!  ";
scrollercontent[2]="      WOW is all I can say! We love it! AAA+++ ";
scrollercontent[3]="   Bought 3 prints will buy more. Take a look you will be blown away!";
scrollercontent[4]="   Nice blueprint! Rolled and shipped fast! Will look great framed. Thanks! A++++";
scrollercontent[5]="   Detail is great watchout Blueprint is bigger than you think and better A+ ";
scrollercontent[6]="    Exactly what I wanted!!! Would buy from again and again. A++++++ ";
scrollercontent[7]="   This is my third blueprint. Highly recommend this product and seller!";
scrollercontent[8]="  Just got the prints and am very impressed. Great service too -Thanks!";
scrollercontent[9]="   FAST shipping!!!! Would do business again, and have 3X now!";
scrollercontent[10]="   Fast Shipment, and very good quality!";
scrollercontent[11]="   Thanks for a great image! Unique and detailed for all enthusiasts to admire! ";
scrollercontent[12]="    Incredibly fast shipping. Great packaging. Great Product WOW!!!! ";
scrollercontent[13]="  THANKS ALL THREE BLUEPRINTS ARE GREAT FASTEST SHIPPING EVER A++++";
scrollercontent[14]="   absolutely the best to deal with. better than promised,would buy again";
scrollercontent[15]="   Fast delivery;quality print;genuine blueprint process;will be beautiful framed!";
scrollercontent[16]="   Great seller, the blue print I bought far exceeded my expectations. ";
scrollercontent[17]="   Blueprint & Service well beyond my highest expectations! Thank you ";
scrollercontent[18]="   Great presents these blueprints..... If ya can bare to give em away...... A+++++";
var ie4=document.all;
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1;
if(ie4||dom){
document.write("<div style=\"position:relative;width:"+scroller_width+";height:"+scroller_height+";overflow:hidden\"><div id=\"canvas0\" style=\"position:absolute;background-color:"+bgcolor+";width:"+scroller_width+";height:"+scroller_height+";top:"+scroller_height+";filter:alpha(opacity=20);-moz-opacity:0.2;\"></div><div id=\"canvas1\" style=\"position:absolute;background-color:"+bgcolor+";width:"+scroller_width+";height:"+scroller_height+";top:"+scroller_height+";filter:alpha(opacity=20);-moz-opacity:0.2;\"></div></div>");
}else{
if(document.layers){
document.write("<ilayer id=tickernsmain visibility=hide width="+scroller_width+" height="+scroller_height+" bgColor="+bgcolor+"><layer id=tickernssub width="+scroller_width+" height="+scroller_height+" left=0 top=0>"+scrollercontent[0]+"</layer></ilayer>");
}
}
var curpos=scroller_height*(1);
var degree=10;
var curcanvas="canvas0";
var curindex=0;
var nextindex=1;
function moveslide(){
if(curpos>0){
curpos=Math.max(curpos-degree,0);
tempobj.style.top=curpos+"px";
}else{
clearInterval(dropslide);
if(crossobj.filters){
crossobj.filters.alpha.opacity=100;
}else{
if(crossobj.style.MozOpacity){
crossobj.style.MozOpacity=1;
}
}
nextcanvas=(curcanvas=="canvas0")?"canvas0":"canvas1";
tempobj=ie4?eval("document.all."+nextcanvas):document.getElementById(nextcanvas);
tempobj.innerHTML=scrollercontent[curindex];
nextindex=(nextindex<scrollercontent.length-1)?nextindex+1:0;
setTimeout("rotateslide()",pause);
}
}
function rotateslide(){
if(ie4||dom){
resetit(curcanvas);
crossobj=tempobj=ie4?eval("document.all."+curcanvas):document.getElementById(curcanvas);
crossobj.style.zIndex++;
if(crossobj.filters){
document.all.canvas0.filters.alpha.opacity=document.all.canvas1.filters.alpha.opacity=20;
}else{
if(crossobj.style.MozOpacity){
document.getElementById("canvas0").style.MozOpacity=document.getElementById("canvas1").style.MozOpacity=0.2;
}
}
var _1="setInterval(\"moveslide()\",50)";
dropslide=eval(_1);
curcanvas=(curcanvas=="canvas0")?"canvas1":"canvas0";
}else{
if(document.layers){
crossobj.document.write(scrollercontent[curindex]);
crossobj.document.close();
}
}
curindex=(curindex<scrollercontent.length-1)?curindex+1:0;
}
function resetit(_2){
curpos=parseInt(scroller_height)*(1);
var _3=ie4?eval("document.all."+_2):document.getElementById(_2);
_3.style.top=curpos+"px";
}
function startit(){
crossobj=ie4?eval("document.all."+curcanvas):dom?document.getElementById(curcanvas):document.tickernsmain.document.tickernssub;
if(ie4||dom){
crossobj.innerHTML=scrollercontent[curindex];
rotateslide();
}else{
document.tickernsmain.visibility="show";
curindex++;
setInterval("rotateslide()",pause);
}
}
if(ie4||dom||document.layers){
window.onload=startit;
}
message="Hello...     Welcome to AviationShoppe.com^"+"Aviation... The leading edge of technology^"+"Why... how were these warbirds built?          Do, or do not. There can be no 'try'^"+"Those words shaped your nation...^"+"Are your walls naked..?^"+"Capture a piece of aviation history today^"+"A generation that does not know it's own history has no past - and no future.^"+"^";
scrollSpeed=120;
lineDelay=3000;
txt="";
function scrollText(_4){
if(message.charAt(_4)!="^"){
txt=txt+message.charAt(_4);
status=txt;
pauze=scrollSpeed;
}else{
pauze=lineDelay;
txt="";
if(_4==message.length-1){
_4=-1;
}
}
_4++;
setTimeout("scrollText('"+_4+"')",pauze);
}
scrollText(0);