
	var scroll_content_rc = new ypSimpleScroll("myRCScroll", 0, 0, 312, 196, 100)
	var scroll_content_cv = new ypSimpleScroll("myCVScroll", 0, 0, 341, 255, 100)	
	var scroll_content_con = new ypSimpleScroll("myCONScroll", 0, 0, 264, 206, 100)	

function new_image(arg) {
	this_image = new Image();
	this_image.src = arg;
	return this_image;
}


if (document.images) {
	about_off = new_image("images/menu_07.gif");
	about_over = new_image("images/menu2_07.gif");
	artists_off = new_image("images/menu_15.gif");
	artists_over = new_image("images/menu2_15.gif");
	gallery_links_off = new_image("images/menu_07.gif");
	gallery_links_over = new_image("images/menu2_07.gif");
	current_off = new_image("images/menu_09.gif");
	current_over = new_image("images/menu2_09.gif");
	past_off = new_image("images/menu_11.gif");
	past_over = new_image("images/menu2_11.gif");
	upcoming_off = new_image("images/menu_13.gif");
	upcoming_over = new_image("images/menu2_13.gif");
	contact_off = new_image("images/menu_19.gif");
	contact_over = new_image("images/menu2_19.gif");
	publications_off = new_image("images/menu_17.gif");
	publications_over = new_image("images/menu2_17.gif");
	privateroom_off = new_image("images/menu_21.gif");
	privateroom_over = new_image("images/menu2_21.gif");
	arrowup_off = new_image("images/arrowup.gif");
	arrowup_over = new_image("images/arrowup-r.gif");
	arrowdown_off = new_image("images/arrowdown.gif");
	arrowdown_over = new_image("images/arrowdown-r.gif");
}

function get_down(forWhat, forWho) {
  if (document.images) {
	document[forWhat].src = eval(forWhat + "_over.src");
  }
  window.status=forWho; return true;
}

function get_up(forWhat) {
  if (document.images) {
	document[forWhat].src = eval(forWhat + "_off.src");
  }
  window.status=''; return true;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

IE = navigator.appName=="Microsoft Internet Explorer";
NS = navigator.appName=="Netscape";
bVer = parseInt(navigator.appVersion);
function newWin(loc, name, width, height, scroll_bars) {
	if (loc == null) loc = 'image';
	if (width == null) width = 570;
	if (height == null) height = 450;
	if (scroll_bars == null) scroll_bars = 'yes';

	var newWin=null;
	var _params = "width="+width+",height="+height+",resizable=yes,status=yes,scrollbars="+scroll_bars+",toolbar=no,status=no,menubar=no";

	if (bVer >= 4) {
		_left = ( (screen.width-width) >>1 );
		_top = ( (screen.height-height) >>2 );
	} else {
		_left = ( (800-width) >>1 );
		_top = ( (600-height) >>2 );
	}

	if (IE && (navigator.appVersion.indexOf('AOL') < 0)) _params += ",top=" + _top + ",left=" + _left;
	else if (NS) _params += ",screenX=" + _left + ",screenY=" + _top;

	newWin = window.open(loc, name, _params);
	if ( newWin!=null && !(IE && bVer<5) )
		newWin.focus(); 
}

