function msover(name,src) {
	document.images[name].src=src;
}
function pop_up(url,width,height,scroll,resizable) {
	if (window.nw && !window.nw.closed) { window.nw.close(); }
	nw = window.open(url,'nw','width=' + width + ',height=' + height + ',resizable=' +resizable+ ',toolbar=no,scrollbars=' +scroll+ ',menubar=no,status=no' );
	window.nw.focus();
}
