// JavaScript Document
jQuery.noConflict();
						
			jQuery(document).ready(function(){
			
				//Examples of Global Changes

				//Examples of how to assign the ColorBox event to elements.
				
				jQuery("a[rel='dogs1']").colorbox({transition:"elastic", contentCurrent:"{current} / {total}"});
				
				
				jQuery("a[title='Mitronics Corporation Office Equipment Office Supplies']").colorbox({iframe:true, Width:"100%", Height:"100%"});
				jQuery("a[href='http://www.mitronics.net.au']").colorbox({fixedWidth:"98%", fixedHeight:"98%", iframe:true});
				

			});
	