// Centered Pop-Up Window (v1.0)
// (C) 2002-2003 www.smileycat.com
// Free for all users, but leave in this header

var win = null;
function newWindow(mypage,myname,w,h,features) {
  var winl = (screen.width-w)/2;
  var wint = (screen.height-h)/2;
  if (winl < 0) winl = 0;
  if (wint < 0) wint = 0;
  var settings = 'height=' + h + ',';
  settings += 'width=' + w + ',';
  settings += 'top=' + wint + ',';
  settings += 'left=' + winl + ',';
  settings += features;
  win = window.open(mypage,myname,settings);
  win.window.focus();
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
// Variables:

// 750 - width
// 450 - height
// resizable - window can be resized
// scrollbars - window displays the scrollbar on the right
// status - window displays the status bar at the bottom
// toolbar - window displays the toolbar at the top

// Note: href="#null" makes the link display as a link. Don't leave it out!







// Arthurs Email script..

//Museum Director
var d1="Hema Teji"
var d2="&#x0068;&#x0065;&#x006D;&#x0061;&#x0074;&#x0065;&#x006A;&#x0069;"

//Museum Curator
var c1="Nadia"
var c2="&#x004E;&#x0054;&#x0068;&#x006F;&#x006E;&#x0064;&#x0072;&#x0061;&#x0079;&#x0065;&#x006E;"

//Information at the museum
var i1="info@&#x0073;&#x006C;&#x006F;&#x0075;&#x0067;&#x0068;&#x006D;&#x0075;&#x0073;&#x0065;&#x0075;&#x006D;&#x002E;&#x0063;&#x006F;&#x002E;&#x0075;&#x006B;"
var i2="info"

function contact(x,y)

{
document.write('<a href="mai');
document.write('lto:');
document.write(y);
document.write('@');
document.write('&#x0073;&#x006C;&#x006F;&#x0075;&#x0067;&#x0068;&#x006D;&#x0075;&#x0073;&#x0065;&#x0075;&#x006D;&#x002E;&#x0063;&#x006F;&#x002E;&#x0075;&#x006B;">');
document.write(x);
document.write('<\/a>');
}



// Arthurs email_from form field script..

//<input name="email_from" type="text" id="email_from" size="x" maxlength="y">
function myefunction(x,y)
{
document.write('<inp');
document.write('ut name="ema');
document.write('il_from" ty');
document.write('pe="text" i');
document.write('d="em');
document.write('ail_from" size="');
document.write(x);
document.write('" maxlength="');
document.write(y);
document.write('">');
}



