<!-- Begin Rollover Function
	function effect_do(img_name,img_src) {
	document[img_name].src=img_src;
}
// End Roolover Function -->


<!-- Begin Preload Images Function
if (document.images) {

image1 = new Image();
image1.src = "../images3/bg.png"

image2 = new Image();
image2.src = "../images3/bg_navbar.png"

image3 = new Image();
image3.src = "../images3/webdesign_training_pitch_billboard_blank.jpg"

}    
// End Preload Images Function-->


<!-- Begin Rollover Function
	function effect_do(img_name,img_src) {
	document[img_name].src=img_src;
}
// End Rollover Function -->


<!-- Begin Clear Form Function
function doClear(theText) { theText.value = "" }
// Begin Clear Form Function -->


<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',noresizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->
