<!--- rollovers --->

function msover(img,ref){
document.images[img].src = ref;
}

function msout(img,ref){ 
document.images[img].src = ref;
}


function openWin(windowURL, windowName, windowFeatures) { 
	return window.open( windowURL, windowName, windowFeatures) ; 
} 



