

img1off = new Image();      
img1off.src = "images/home_1.gif"; 
img2off = new Image(); 
img2off.src = "images/medicalCouncilOfTasmania_1.gif";  
img3off = new Image();
img3off.src = "images/complaintsAgainstMedicalPracticioners_1.gif";
img4off = new Image();
img4off.src = "images/medicalCouncilPolicies_1.gif";
img5off = new Image();
img5off.src = "images/registrationAndOtherFees_1.gif";
img6off = new Image();
img6off.src = "images/links_1.gif";
img7off = new Image();
img7off.src = "images/contactUs_1.gif";


img1on = new Image();      
img1on.src = "images/home_2.gif"; 
img2on = new Image(); 
img2on.src = "images/medicalCouncilOfTasmania_2.gif";  
img3on = new Image();
img3on.src = "images/complaintsAgainstMedicalPracticioners_2.gif";
img4on = new Image();
img4on.src = "images/medicalCouncilPolicies_2.gif";
img5on = new Image();
img5on.src = "images/registrationAndOtherFees_2.gif";
img6on = new Image();
img6on.src = "images/links_2.gif";
img7on = new Image();
img7on.src = "images/contactUs_2.gif";


// Function to 'activate' images.
         
function swapem(iname, gname) {
	document.images[iname].src = gname.src;
}

function open_window(GOTOURL, NAME, SCROLL , widthScreen, heightScreen)
{
	var windowString
	
	windowString = "windowoptions'toolbars=0,location=0,directories=0,resizable=0,scrollbars=" + SCROLL + ",menubar=0,status=0,width="+widthScreen+",height="+heightScreen+"'"
	win=window.open(GOTOURL, NAME,windowString);
	win.focus();
}         

