// JavaScript Document

websiteLocation = "http://www.seattlechambermusic.org/";

function new_window(url) {
		link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=690,height=600,left=20,top=0");
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function printPage(filename) {
	printableWindow = 'printable/' + filename;
	theWindow = window.open(printableWindow, 'theWindow', 'directories=false, height=700, width=600, top=50, left=50, menubar=false, resizalbe=yes, scrollbars=yes, status=true, toolbar=false');
}

