<!-- Begin

function openCentredWindow(url, title, width, height) {
	win_x = (screen.availWidth - width) / 2;
	win_y = (screen.availHeight - height) / 2;
	options = "width="+width+",height="+height+",left="+win_x+",top="+win_y+",status=no,resizable=yes,scrollbars=yes";

	window.open(url, title, options);
}


// NOTE: If you use a ' add a slash before it like this \'

// NOTE: For no Aussie Interconnect copyright erase only the next 2 lines


document.write('<span class="footer">');

document.write('&copy;Copyright 2005&nbsp;<a href="javascript:openCentredWindow(\'http://ausinterconnect.com.au/\',\'aussieinterconnect\', 800,600 ); void 0;">Aussie Interconnect Web Design</a> <br>');

document.write('For more information feel free to '); 

document.write('<a href="javascript:openCentredWindow(\'http://ausinterconnect.com.au/\',\'aussieinterconnect\', 800,600 ); void 0;">Contact Aussie Interconnect</a>');

document.write('</span><br>');


//  End -->
