		button00a = new Image
		button00b = new Image
		button01a = new Image
		button01b = new Image
		button02a = new Image
		button02b = new Image
		button03a = new Image
		button03b = new Image
		button04a = new Image
		button05b = new Image
		button_welcomeA = new Image
		button_welcomeB = new Image
		buttonA = new Image
		buttonB = new Image
		queryA = new Image
		queryB = new Image
		cartA = new Image
		cartB = new Image
		paypalA = new Image
		paypalB = new Image

		paypalA = "images/paypalA.jpg"
		paypalB = "images/paypalB.jpg"
		cartA = "images/cartA.jpg"
		cartB = "images/cartB.jpg"
		queryA = "images/queryA.jpg"
		queryB = "images/queryB.jpg"
		button00a = "images/button00a.jpg"
		button00b = "images/button00b.jpg"
		button01a = "images/button01a.jpg"
		button01b = "images/button01b.jpg"
		button02a = "images/button02a.jpg"
		button02b = "images/button02b.jpg"
		button03a = "images/button03a.jpg"
		button03b = "images/button03b.jpg"
		button04a = "images/button04a.jpg"
		button04b = "images/button04b.jpg"
		buttonA = "images/buttonA.jpg"
		buttonB = "images/buttonB.jpg"
		button_welcomeA = "images/button_welcomeA.jpg"
		button_welcomeB = "images/button_welcomeB.jpg"






n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

function divplacement() {
			if(document.getElementById) { 
				Elementid = document.getElementById('m0');
				Elementid.style.width = 196;
				Elementid.style.height = 20;
				Elementid = document.getElementById('m2');
				Elementid.style.width = 196;
				Elementid.style.height = 20;
				Elementid = document.getElementById('m3');
				Elementid.style.width = 196;
				Elementid.style.height = 21; }
			if(n) {
				document['m1'].width = 212; 
				document['m1'].height = 36; 
				document['m2'].width = 212; 
				document['m2'].height = 36; 
				document['m3'].width = 212; 
				document['m3'].height = 37; }
			if(ie) {
				document.all['m1'].style.width = 212;
				document.all['m1'].style.height = 36;
				document.all['m2'].style.width = 212;
				document.all['m2'].style.height = 36;
				document.all['m3'].style.width = 212;
				document.all['m3'].style.height = 37; }
			}



	function rollover(id, roll_class)
		{
				if(document.getElementById) { 
					moElement = document.getElementById(id);
					moElement.className = roll_class }
			if(n) document.layers[id].className = roll_class
			if(ie) document.all[id].className = roll_class
		}
		
		
function doClear(theText) 
{
     if (theText.value == theText.defaultValue)
 {
         theText.value = ""
     }
 }