// JavaScript Document
Image1= new Image(146,98)
Image1.src = "http://www.pc4u.net.au/images/pc4unava.jpg"

Image2= new Image(124,30)
Image2.src = "http://www.pc4u.net.au/images/top-background2.gif"

Image3= new Image(1000,30)
Image3.src = "http://www.pc4u.net.au/images/top-background1.gif"

Image4= new Image(125,68)
Image4.src = "http://www.pc4u.net.au/images/nav1.gif"

Image5= new Image(125,68)
Image5.src = "http://www.pc4u.net.au/images/nav2.gif"

Image6= new Image(125,68)
Image6.src = "http://www.pc4u.net.au/images/nav3.gif"

Image7= new Image(125,68)
Image7.src = "http://www.pc4u.net.au/images/nav4.jpg"

Image8= new Image(125,68)
Image8.src = "http://www.pc4u.net.au/images/nav5.gif"

Image9= new Image(780,420)
Image9.src = "http://www.pc4u.net.au/images/main1a.jpg"

Image10= new Image(780,17)
Image10.src = "http://www.pc4u.net.au/images/minisites_strip.gif"

Image11= new Image(1,45)
Image11.src = "http://www.pc4u.net.au/images/bot1.gif"

Image12= new Image(33,17)
Image12.src = "http://www.pc4u.net.au/images/bot2.gif"

Image13= new Image(70,45)
Image13.src = "http://www.pc4u.net.au/images/cad5.jpg"

Image14= new Image(780,52)
Image14.src = "http://www.pc4u.net.au/images/footer_bg.gif"

Image15= new Image(1,52)
Image15.src = "http://www.pc4u.net.au/images/shim.gif"

Image16= new Image(125,68)
Image16.src = "http://www.pc4u.net.au/images/nav1a.gif"

Image17= new Image(125,68)
Image17.src = "http://www.pc4u.net.au/images/nav2a.gif"

Image18= new Image(125,68)
Image18.src = "http://www.pc4u.net.au/images/nav3a.gif"

Image19= new Image(125,68)
Image19.src = "http://www.pc4u.net.au/images/nav4a.jpg"

Image20= new Image(125,68)
Image20.src = "http://www.pc4u.net.au/images/nav5a.gif"

Image21= new Image(25,25)
Image21.src = "http://www.pc4u.net.au/images/marqueebear.gif"

if (document.images) { 

img1on = new Image();
img1on.src = "http://www.pc4u.net.au/images/nav1a.gif"; 
img1off = new Image(); 
img1off.src = "http://www.pc4u.net.au/images/nav1.gif";

img2on = new Image();
img2on.src = "http://www.pc4u.net.au/images/nav2a.gif"; 
img2off = new Image(); 
img2off.src = "http://www.pc4u.net.au/images/nav2.gif";

img3on = new Image();
img3on.src = "http://www.pc4u.net.au/images/nav3a.gif"; 
img3off = new Image(); 
img3off.src = "http://www.pc4u.net.au/images/nav3.gif";

img4on = new Image();
img4on.src = "http://www.pc4u.net.au/images/nav4a.jpg"; 
img4off = new Image(); 
img4off.src = "http://www.pc4u.net.au/images/nav4.jpg";

img5on = new Image();
img5on.src = "http://www.pc4u.net.au/images/nav5a.gif"; 
img5off = new Image(); 
img5off.src = "http://www.pc4u.net.au/images/nav5.gif";
}

function imgOn(imgName) {

if (document.images) {

document[imgName].src = eval(imgName + "on.src");}

}

function imgOff(imgName) {

if (document.images) {

document[imgName].src = eval(imgName + "off.src");}

}

function right(e) {

if (navigator.appName == 'Netscape' && 

(e.which == 3 || e.which == 2))

return false;

else if (navigator.appName == 'Microsoft Internet Explorer' && 

(event.button == 2 || event.button == 3)) {

today=new Date();
y0=today.getFullYear();
alert("© Copyright " + y0 + " - All Rights Reserved");

return false;

}

return true;

}

document.onmousedown=right;

if (document.layers) window.captureEvents(Event.MOUSEDOWN);

window.onmousedown=right;

function get_year() {

	today=new Date();
	y0=today.getFullYear();
	document.write('&#169; '+y0);

}

var aDay	= new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var aMonth	= new Array("January","February","March","April","May","June","July","August","September","October","November","December")

function DateFormat(xdate,x) {
	x = x.toLowerCase();
	return (((x == "d")  ? xdate.getDate() : ((x == "dd") ? ((xdate.getDate() <= 9) ? "0"+xdate.getDate() : xdate.getDate()) : ((x == "ddd") ? aDay[xdate.getDay()].substring(0,3)+". " : ((x == "dddd") ? aDay[xdate.getDay()]+", " : ((x == "m")  ? xdate.getMonth()+1 : ((x == "mm") ? (((xdate.getMonth()+1) <= 9) ? "0"+(xdate.getMonth()+1) : xdate.getMonth()+1) : ((x == "mmm") ? aMonth[xdate.getMonth()].substring(0,3) : ((x == "mmmm") ? aMonth[xdate.getMonth()] : ((x == "y" || x == "yy" || x == "yyy") ? xdate.getFullYear().toString().substring(2,4) : ((x == "yyyy") ? xdate.getFullYear().toString() : "")))))))))))
}

function Showdate(_date, _var1, _var2, _var3, _var4, _del) 	{
	var today	= (_date == null) ? new Date() : new Date(_date);
	_del =  ((_del == null) ? " " : _del);
	return ( DateFormat(today, _var1) + DateFormat(today, _var2) + ((_var2 != "")? _del : "") + DateFormat(today, _var3) + ((_var3 != "")? _del : "") + DateFormat(today, _var4))
}

function validateFormMailForm(fo) {
	if (fo.from.value=='') {
		alert("Please enter your Name");
		fo.from.focus;
		return false;
	}
	if (fo.testimonial.value=='') {
		alert("Please enter Testimonial");
		fo.testimonial.focus;
		return false;
	}
}

