whoweare = new Image();
whoweare.src = "images/whoweare_r.gif";

services = new Image();
services.src = "images/services_r.gif";

testimonials = new Image();
testimonials.src = "images/testimonials_r.gif";

global = new Image();
global.src = "images/global_r.gif";

faqs = new Image();
faqs.src = "images/faqs_r.gif";

contact = new Image();
contact.src = "images/contact_r.gif";

function toggle(txt)
{
	MyTxt = document.getElementById(txt);
	MyTxt.style.display = (MyTxt.style.display == 'block') ? 'none' : 'block';
}

function popwin(theURL)
{
 window.open(theURL,"","height=400,width=600,scrollbars=yes,resizable=yes,screenX=25,left=25,screenY=25,top=25");
}

function popquiz(theURL)
{
 window.open(theURL,"","height=361,width=600,scrollbars=yes,resizable=no,screenX=25,left=25,screenY=25,top=25");
}

window.defaultStatus ="Anzen Corporation";