//---------------------------------------------------------------------------------------------------------------------\\
//                                                      AJ Parkes Website                                              \\
//                                          Developed and Maintained by E-volution                                     \\
//---------------------------------------------------------------------------------------------------------------------\\
//  All code, images and data collected remains the property of AJ Parkes & Co and may not be edited, re-distributed   \\
//            copied or sold. All work is subject to copyright and infringement may result in legal action.            \\
//---------------------------------------------------------------------------------------------------------------------\\
//          Phone: 07 3349 7224     ---     Mobile: 0401 499 477     ---     E-mail: admin@e-volution.com.au           \\
//---------------------------------------------------------------------------------------------------------------------\\
//                                      Designer: Brent Wilkinson     Date: Mar, 2008                                  \\
//                                       ----- AJ Parkes Javascript Functions -----                                    \\
//---------------------------------------------------------------------------------------------------------------------\\

function ImgSwap(el,val)
{	
	if(event.type == 'mouseover')
	{	el.src = window.sht + '/img/badgexpress_' + val + '_hi.jpg';	}
	else
	{	el.src = window.sht + '/img/badgexpress_' + val + '.jpg';	}
}

window.defaultStatus	= 'Welcome to the badgeXpress online catalogue....';