

<!--
			 
if (document.images) {

image00on = new Image();
image00on.src = "http://www.art.unt.edu/ntieva/menuimages/home2.gif";
image00off = new Image ();
image00off.src = "http://www.art.unt.edu/ntieva/menuimages/home.gif";

image1on = new Image();
image1on.src = "http://www.art.unt.edu/ntieva/menuimages/program2.gif";
image1off = new Image();
image1off.src = "http://www.art.unt.edu/ntieva/menuimages/program.gif";

image2on = new Image();
image2on.src = "http://www.art.unt.edu/ntieva/menuimages/news2.gif";
image2off = new Image();
image2off.src = "http://www.art.unt.edu/ntieva/menuimages/news.gif";

image3on = new Image();
image3on.src = "http://www.art.unt.edu/ntieva/menuimages/artlinks2.gif";
image3off = new Image();
image3off.src = "http://www.art.unt.edu/ntieva/menuimages/artlinks.gif";

image4on = new Image();
image4on.src = "http://www.art.unt.edu/ntieva/menuimages/curriculum2.gif";
image4off = new Image();
image4off.src = "http://www.art.unt.edu/ntieva/menuimages/curriculum.gif";

image5on = new Image();
image5on.src = "http://www.art.unt.edu/ntieva/menuimages/transform2.gif";
image5off = new Image();
image5off.src = "http://www.art.unt.edu/ntieva/menuimages/transform.gif";

image6on = new Image();
image6on.src = "http://www.art.unt.edu/ntieva/menuimages/museum2.gif";
image6off = new Image();
image6off.src = "http://www.art.unt.edu/ntieva/menuimages/museum.gif";

image7on = new Image();
image7on.src = "http://www.art.unt.edu/ntieva/menuimages/forum2.gif";
image7off = new Image();
image7off.src = "http://www.art.unt.edu/ntieva/menuimages/forum.gif";

image8on = new Image();
image8on.src = "http://www.art.unt.edu/ntieva/menuimages/marcus2.gif";
image8off = new Image();
image8off.src = "http://www.art.unt.edu/ntieva/menuimages/marcus.gif";

image9on = new Image();
image9on.src = "http://www.art.unt.edu/ntieva/menuimages/national2.gif";
image9off = new Image();
image9off.src = "http://www.art.unt.edu/ntieva/menuimages/national.gif";


image10on = new Image();
image10on.src = "http://www.art.unt.edu/ntieva/menuimages/school2.gif";
image10off = new Image();
image10off.src = "http://www.art.unt.edu/ntieva/menuimages/school.gif";


image11on = new Image();
image11on.src = "http://www.art.unt.edu/ntieva/menuimages/unt2.gif";
image11off = new Image();
image11off.src = "http://www.art.unt.edu/ntieva/menuimages/unt.gif";

} 
function changeImages() {
if (document.images) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
}}}



// POP UP window script ----------------------

function n_window(theurl)
{
 // set the width and height
 var the_width=400;
 var the_height=600;
 // set window position
 var from_top=20;
 var from_left=20;
 // set other attributes
 var has_toolbar='no';
 var has_location='no';
 var has_directories='no';
 var has_status='yes';
 var has_menubar='no';
 var has_scrollbars='no';
 var is_resizable='yes';
 // attributes put together
 var the_atts='width='+the_width+',height='+the_height+',top='+from_top+',screenY='+from_top+',left='+from_left+',screenX='+from_left;
 the_atts+=',toolbar='+has_toolbar+',location='+has_location+',directories='+has_directories+',status='+has_status;
 the_atts+=',menubar='+has_menubar+',scrollbars='+has_scrollbars+',resizable='+is_resizable;
 // open window
 window.open(theurl,'',the_atts);
}
// --- end POPUP script ----------
//end hiding script from old browsers -->





 
//end hiding script from old browsers -->
//--> 

