/* CSS Document */

function ContactArtDir(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=365,height=300,left = 287,top = 234');");
}

function popUpPan(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=910,height=350,left = 287,top = 234');");	
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}



/*
var message="This image is protected by Artnow International Corporation. Please contact us for more information"; 
function click(e) 
{
   if (document.all) 
   {
     if (event.button == 2) 
	 {
      alert(message);
      return false;
     }
   } 
   if (document.layers) 
   {
     if (e.which == 3) 
	 {
      alert(message);
      return false;
     }
   }
}

if (document.layers) 
{
   document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
*/