<!--
// LOADS IMAGES INTO CACHE WHEN PAGE LOADS FOR FASTER IMAGE SWAPPING
function preloadImages() {
	var doc=document;
	if(doc.images){
		if(!doc.p)
			doc.p=new Array();
		var count,j=doc.p.length,a=preloadImages.arguments;
		for(count=0; count<a.length; count++)
			if (a[count].indexOf("#")!=0){
				doc.p[j]=new Image;
				doc.p[j++].src=a[count];
			}
	}
}

// RESTORES THE IMAGE TO THE ORIGINAL AFTER SWAPPING ON MOUSEOVER
function restoreImage() {
	var count,x,a=document.sr;
	for(count=0; a && count < a.length && (x=a[count]) && x.oSrc; count++)
		x.src=x.oSrc;
}

//
function findObj(n, doc) {
	var p,count,x;
	if(!doc)
		doc=document;
	if((p=n.indexOf("?")) > 0 && parent.frames.length) {
		doc=parent.frames[n.substring(p+1)].document;
		n=n.substring(0,p);
	}
	if(!(x=doc[n]) && doc.all)
		x=doc.all[n];
	for (count=0; !x && count < doc.forms.length; count++)
		x=doc.forms[count][n];
	for(count=0; !x && doc.layers && count < doc.layers.length; count++)
		x=findObj(n,doc.layers[count].document);
	return x;
}

// SWAPS IMAGE TO PASSED VARIABLE ON MOUSEOVER
function swapImage() {
	var count,j=0,x,a=swapImage.arguments;
	document.sr=new Array;
	for(count=0; count < (a.length-2); count+=3)
		if ((x=findObj(a[count])) != null){
			document.sr[j++]=x;
			if(!x.oSrc)
				x.oSrc=x.src;
			x.src=a[count+2];
		}
}

	function openmail(){
	window.open('mailinglist.htm','','height=285,width=400')
	}
	
	function openhighres(){
	window.open('ltyellow/video_1.html','','height=300,width=400')
	}
	
	function openlowres(){
	window.open('ltyellow/video_2.html','','height=300,width=400')
	}
	function openboard(){
	window.open("http://rjmovie.signmyguestbook.com/","boardwindow","resizable=yes, scrollbars=yes, height=500, width=550")
	//window.open("guestbook/dsguest.cgi","boardwindow",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1, height=500, width=550')
	}
	function openarchive(){
	window.open("archive.htm","boardwindow","resizable=yes, scrollbars=yes, height=500, width=550")
	}
	
	function newyorktimes(){
	window.open('newyorktimes.htm','','height=285,width=475')
	}
	
	function entertainmentweekly(){
	window.open('entertainmentweekly.htm','','height=165,width=475')
	}
	
	function friscochron(){
	window.open('friscochron.htm','','height=165,width=475')
	}
	
	function dailyherald(){
	window.open('dailyherald.htm','','height=575,width=475')
	}
	
	function laweekly(){
	window.open('laweekly.htm','','height=165,width=475')
	}
	
	function chicagoreader(){
	window.open('chicagoreader.htm','','height=165,width=475')
	}
	
	function sjmn(){
	window.open('sjmn.htm','','height=145,width=475')
	}
	
	function contracostatimes(){
	window.open('contracostatimes.htm','','height=245,width=475')
	}
		
	function newtimes(){
	window.open('newtimes.htm','','height=205,width=475')
	}
	
	function sanfranciscoweekly(){
	window.open('sanfranciscoweekly.htm','','height=165,width=475')
	}
	
	function seattletimes(){
	window.open('seattletimes.htm','','height=155,width=475')
	}
		
	function sfexaminer(){
	window.open('sfexaminer.htm','','height=165,width=475')
	}
	
	function etla(){
	window.open('etla.htm','','height=225,width=475')
	}
	
	function filmthreat(){
	window.open('filmthreat.htm','','height=105,width=475')
	}
	
	function hollywoodreporter(){
	window.open('hollywoodreporter.htm','','height=115,width=475')
	}
	
	function sfbg(){
	window.open('sfbg.htm','','height=145,width=475')
	}
	
	function timeout(){
	window.open('timeout.htm','','height=175,width=475')
	}
	
	function jewish(){
	window.open('jewish.htm','','height=125,width=475')
	}
	
	function bostonglobe(){
	window.open('bostonglobe.htm','','height=125,width=475')
	}
	
	function village(){
	window.open('village.htm','','height=125,width=475')
	}
	
	function tvgmv(){
	window.open('tvgmv.htm','','height=145,width=475')
	}
	

//-->