function showflash() {
	var l = (screen.availWidth-650)/2;
	document.write('<div id="innerdiv" style="position: absolute; top:107; left:' + (l + 278) + '; z-index: 10; width: 354px; height: 314px; display: none;"><iframe width="354" height="314" name="innerframe" id="innerframe" hspace="0" vspace="0" marginheight="0" marginwidth="0" frameborder="0" scrolling="Auto"></iframe></div>\n');
	document.write('<div id="newsdiv" style="position: absolute; top:130; left:' + (l + 150) + '; z-index: 7; width: 280px; height: 230px; display: none;"><iframe width="280" height="230" name="newsframe" id="newsframe" hspace="0" vspace="0" marginheight="0" marginwidth="0" frameborder="0" scrolling="Auto"></iframe></div>\n'); 
	document.write('<div style="position: absolute; top:0; left:' + l + '; z-index: 5; width: 750px; height: 500px; background: #ffffff">\n')
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="750" height="500" id="cd" align="middle">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="movie" value="cdHeb.swf"/>\n');
	document.write('<param name="quality" value="high"/>\n');
	document.write('<param name="wmode" value="opaque"/>\n');
	document.write('<param name="bgcolor" value="#ffffff"/>\n');
	document.write('<embed src="cdHeb.swf" quality="high" bgcolor="#ffffff" width="750" height="500" name="cd" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n')
	document.write('</object>\n</div>');
}

function showdiscinfo(discid) {
	var w = 500;
	var h = 500;
	var l = (screen.availWidth-w)/2;
	var t = (screen.availHeight-h)/2;
	discwin = window.open('discdata.asp?did=' + discid ,'filewin','width=' + w + ',height=' + h + ',resizable=no,scrollbars=no,toolbar=no,location=no,status=no,top=' + t + ',left=' + l);
	discwin.focus();
}

function showphoto(pid) {
	var w = 450;
	var h = 450;
	var l = (screen.availWidth-w)/2;
	var t = (screen.availHeight-h)/2;
	photowin = window.open('photo.asp?pid=' + pid ,'photowin','width=' + w + ',height=' + h + ',resizable=no,scrollbars=no,toolbar=no,location=no,status=no,top=' + t + ',left=' + l);
	photowin.focus();
}

function shownews(){
	newsframe.location.href="getnewsheb.asp";
	newsdiv.style.display="block";
}

function hidenews() {
	newsdiv.style.display="none";
}

function showartabout(artid) {
	innerframe.location.href="artaboutheb.asp?artid=" + artid;
	innerdiv.style.display="block";
}

function showartshows(artid) {
	innerframe.location.href="artshowsheb.asp?artid=" + artid;
	innerdiv.style.display="block";
}

function showartlinks(artid) {
	innerframe.location.href="artlinksheb.asp?artid=" + artid;
	innerdiv.style.display="block";
}

function hideartabout() {
	innerdiv.style.display="none";
}

function showvid(vidid) {
	var w = 450;
	var h = 407;
	var l = (screen.availWidth-w)/2;
	var t = (screen.availHeight-h)/2;
	videowin = window.open('video.asp?vid=' + vidid ,'videowin','width=' + w + ',height=' + h + ',resizable=no,scrollbars=no,toolbar=no,location=no,status=no,top=' + t + ',left=' + l);
	videowin.focus();
}

function playaudio(audioid) {
	var w = 318;
	var h = 200;
	var l = (screen.availWidth-w)/2;
	var t = (screen.availHeight-h)/2;
	audiowin = window.open('audio.asp?audioid=' + audioid ,'audiowin','width=' + w + ',height=' + h + ',resizable=no,scrollbars=no,toolbar=no,location=no,status=no,top=' + t + ',left=' + l);
	audiowin.focus();
}
