function launch(newURL, newName, newFeatures, orgName) {
  var remote = window.open(newURL, newName, newFeatures);
  if (remote.opener == null)
    remote.opener = window;
  remote.opener.name = orgName;
  return remote;
}

function launchremote(g_open) {
  myRemote = launch(g_open,"mywindow", "height=650,innerHeight=650,width=650,innerWidth=650", "mywindow2");
}
function launchremotepano(g_open) {
  myRemote = launch(g_open,"mywindow", "height=650,innerHeight=650,width=900,innerWidth=900", "mywindow2");
}


function move_in(img_name,img_src) {
	document[img_name].src=img_src;
	}

function move_out(img_name,img_src) {
	document[img_name].src=img_src;
	}

function sinit()
{
	if (!document.images) return
		if (document.images['IMG1'] ) document.images['IMG1'].src = 'images/artrepro/1.jpg';
		if (document.images['IMG2'] ) document.images['IMG2'].src = 'images/artrepro/11.jpg';
		if (document.images['IMG3'] ) document.images['IMG3'].src = 'images/theater/13.jpg';
		if (document.images['IMG4'] ) document.images['IMG4'].src = 'images/theater/1.jpg';
		if (document.images['IMG5'] ) document.images['IMG5'].src = 'images/advertising/11.jpg';

}

