if(document.images)
		{
var pricingoff = new Image();
pricingoff.src = "images/2ndbut_pricing_off.gif";

var pricingon = new Image();
pricingon.src = "images/2ndbut_pricing_on.gif";
	}
		{
var fontsoff = new Image();
fontsoff.src = "images/2ndbut_fonts_off.gif";

var fontson = new Image();
fontson.src = "images/2ndbut_fonts_on.gif";
	}

		{
var tipsoff = new Image();
tipsoff.src = "images/2ndbut_tips_off.gif";

var tipson = new Image();
tipson.src = "images/2ndbut_tips_on.gif";
	}

		{
var sampleoff = new Image();
sampleoff.src = "images/2ndbut_sample_off.gif";

var sampleon = new Image();
sampleon.src = "images/2ndbut_sample_on.gif";
	}

		{
var orderoff = new Image();
orderoff.src = "images/2ndbut_order_off.gif";

var orderon = new Image();
orderon.src = "images/2ndbut_order_on.gif";
	}

		{
var printingoff = new Image();
printingoff.src = "images/2ndbut_printing_off.gif";

var printingon = new Image();
printingon.src = "images/2ndbut_printing_on.gif";
	}

		{
var formatsoff = new Image();
formatsoff.src = "images/2ndbut_formats_off.gif";

var formatson = new Image();
formatson.src = "images/2ndbut_formats_on.gif";
	}

		{
var testimonialsoff = new Image();
testimonialsoff.src = "images/2ndbut_testimonials_off.gif";

var testimonialson = new Image();
testimonialson.src = "images/2ndbut_testimonials_on.gif";
	}

		{
var contactusoff = new Image();
contactusoff.src = "images/2ndbut_contactus_off.gif";

var contactuson = new Image();
contactuson.src = "images/2ndbut_contactus_on.gif";
	}

		{
var homeoff = new Image();
homeoff.src = "images/2ndbut_home_off.gif";

var homeon = new Image();
homeon.src = "images/2ndbut_home_on.gif";
	}

		{
var galleryoff = new Image();
galleryoff.src = "images/2ndbut_gallery_off.gif";

var galleryon = new Image();
galleryon.src = "images/2ndbut_gallery_on.gif";
	}

		{
var papercolorsoff = new Image();
papercolorsoff.src = "images/2ndbut_papercolors_off.gif";

var papercolorson = new Image();
papercolorson.src = "images/2ndbut_papercolors_on.gif";
	}

function buton1()
{
if (document.images)
document.images.pricing.src = pricingon.src;
window.status = 'Pricing' ;
}

function butoff1()
{
if (document.images)
document.images.pricing.src = pricingoff.src;
window.status = '' ;
}

function buton2()
{
if (document.images)
document.images.fonts.src = fontson.src;
window.status = 'Available Fonts' ;
}

function butoff2()
{
if (document.images)
document.images.fonts.src = fontsoff.src;
window.status = '' ;
}

function buton3()
{
if (document.images)
document.images.tips.src = tipson.src;
window.status = 'Ordering Information' ;
}

function butoff3()
{
if (document.images)
document.images.tips.src = tipsoff.src;
window.status = '' ;
}

function buton4()
{
if (document.images)
document.images.sample.src = sampleon.src;
window.status = 'Request Free Sample' ;
}

function butoff4()
{
if (document.images)
document.images.sample.src = sampleoff.src;
window.status = '' ;
}

function buton5()
{
if (document.images)
document.images.order.src = orderon.src;
window.status = 'Place Your Order' ;
}

function butoff5()
{
if (document.images)
document.images.order.src = orderoff.src;
window.status = '' ;
}

function buton6()
{
if (document.images)
document.images.printing.src = printingon.src;
window.status = 'Next Day Printing' ;
}

function butoff6()
{
if (document.images)
document.images.printing.src = printingoff.src;
window.status = '' ;
}

function buton7()
{
if (document.images)
document.images.formats.src = formatson.src;
window.status = 'Acceptable File Formats' ;
}

function butoff7()
{
if (document.images)
document.images.formats.src = formatsoff.src;
window.status = '' ;
}

function buton8()
{
if (document.images)
document.images.testimonials.src = testimonialson.src;
window.status = 'Testimonials' ;
}

function butoff8()
{
if (document.images)
document.images.testimonials.src = testimonialsoff.src;
window.status = '' ;
}

function buton9()
{
if (document.images)
document.images.contactus.src = contactuson.src;
window.status = 'Contact Us' ;
}

function butoff9()
{
if (document.images)
document.images.contactus.src = contactusoff.src;
window.status = '' ;
}

function buton10()
{
if (document.images)
document.images.home.src = homeon.src;
window.status = 'Home' ;
}

function butoff10()
{
if (document.images)
document.images.home.src = homeoff.src;
window.status = '' ;
}

function buton11()
{
if (document.images)
document.images.gallery.src = galleryon.src;
window.status = 'Sample Gallery' ;
}

function butoff11()
{
if (document.images)
document.images.gallery.src = galleryoff.src;
window.status = '' ;
}

function buton12()
{
if (document.images)
document.images.papercolors.src = papercolorson.src;
window.status = 'Paper Colors' ;
}

function butoff12()
{
if (document.images)
document.images.papercolors.src = papercolorsoff.src;
window.status = '' ;
}

