
//**
/*function popImageOld(url,width,height){
	
	w= window.open( '','popImage2','height='+ height +',width='+ width +',scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
	d = w.document;
	d.write('<html><head><title>Rara Image</title><link href="/rara/includes/rara.css" rel="stylesheet" /></head><body >');
	d.write('<br><img src="' + url + '"><p><a class="whitelink" href=javascript:window.close()>close window</a> </p></body></html>');
	d.close();
	w.focus();
	
	return true;
}
*/

//**
/*function popAudioOld(url,width,height,caption){
	
	w = window.open( '','popImage2','height='+ height +',width='+ width +',scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
	
	d = w.document;
	
	d.write('<html><head><title>'+caption+'</title><link href="/rara/includes/rara.css" rel="stylesheet" /></head><body bgcolor="#999999" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF"><center>');
	
	d.write('<OBJECT width="300" height="42">'); 
	d.write('<param name="SRC" value="' + url + '">'); 
	d.write('<param name="AUTOPLAY" VALUE="true">'); 
	d.write('<param name="CONTROLLER" VALUE="true">');
	d.write('<param name="BGCOLOR" VALUE="#000000">'); 
	d.write('<EMBED SRC="' + url + '" AUTOSTART="TRUE" LOOP="FALSE" WIDTH="300" HEIGHT="42" CONTROLLER="TRUE" BGCOLOR="#000000"></EMBED>'); 
	d.write('</OBJECT>'); 
	
	d.write('<span="media_text"><p>'  + caption + '</p><p><i>Copyright &copy;2006 Wesleyan University & Elizabeth McAlister. Use of this media should be credited accordingly. Contact <a href="mailto:learningobjects@wesleyan.edu">learningobjects@wesleyan.edu</a></i></span>');
	
	d.write('<p><a class="whitelink" href=javascript:window.close()>close window</a></p></center></body></html>');
	
	d.close();
	w.focus();
	
	return true;
}
*/
//*
/*function popMovieQTsmall(url,title,caption){
	
	var w= window.open('','Media','height=365,width=570,scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
	w.resizeTo(365,570);
	var d = w.document;
	d.write('<html><head><title>' + title + '</title><link href="/rara/includes/rara.css" rel="stylesheet" /></head><body >');
	d.write('<H3>' + title + '</H3><br><center><table border=0 cellpadding=5><tr><td><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320"><param name="src" value="' + url + '"><param name="autoplay" value="true"><param name="controller" value="true"><param name="kioskmode" value="true"><embed height="256" pluginspage="http://www.apple.com/quicktime/download/" src="' + url +'" type="video/quicktime" width="320" controller="true" autoplay="true" kioskmode="true"></object></center>');
	d.write('</td></tr><tr><td class="media_text"><p>'  + caption + '</p><P><i>Copyright &copy;2006 Wesleyan University & Elizabeth McAlister. Use of this media should be credited accordingly. Contact <a href="mailto:learningobjects@wesleyan.edu">learningobjects@wesleyan.edu</a></i>');
	d.write('<BR><hr><p>View clip in Quicktime Player <embed src="http://condor.wesleyan.edu/openmedia/vim/video/qt.mov" href="' + url + '" width="20" height="20" target="quicktimeplayer" controller="false"></a></P><p><a href="http://www.apple.com/quicktime/download/">Download the Quicktime player</a></p><p><a href=javascript:window.close()>close window</a> </p></td></tr></table></body></html>');
	d.close();
	w.focus();
	
	return true;
}
*/

//**
/*function popMovieQTlarge(url,title,caption){
	
	var w= window.open('','Media','height=500,width=500,scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
	w.resizeTo(525,700);
	var d = w.document;
	d.write('<html><head><title>' + title + ' </title><link href="/rara/includes/rara.css" rel="stylesheet" /></head><body >');
	d.write('<br><H3>' + title + '</H3><br><center><table border=0 cellpadding=5><tr><td><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="395" width="480"><param name="src" value="' + url + '"><param name="autoplay" value="true"><param name="controller" value="true"><param name="kioskmode" value="true"><embed height="395"  width="480" pluginspage="http://www.apple.com/quicktime/download/" src="' + url +'" type="video/quicktime"controller="true" autoplay="true" kioskmode="true"></object>');
	d.write('</td></tr><tr><td class="media_text"><p>'  + caption + '</p><P><i>Copyright &copy;2006 Wesleyan University & Elizabeth McAlister. Use of this media should be credited accordingly. Contact <a href="mailto:learningobjects@wesleyan.edu">learningobjects@wesleyan.edu</a></i>');
	d.write('<BR><hr><p>View clip in Quicktime Player <embed src="http://condor.wesleyan.edu/openmedia/vim/video/qt.mov" href="' + url + '" width="20" height="20" target="quicktimeplayer" controller="false"></a></P><p><a href="http://www.apple.com/quicktime/download/">Download the Quicktime player</a></p><p><a href=javascript:window.close()>close window</a> </p></td></tr></table></body></html>');
	d.close();
	w.focus();
	
	return true;
}
*/


/*function popMovieQTsmall(url,desc){

	w = window.open( '/rara/includes/popUpQTSmall.php?url='+ url +'&desc='+ desc +'',
		'popQTSmall',
		'height=540,width=400,scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
	
	w.focus();
	return(true);
}
*/
/*
function popMovieQTlarge(url,desc){

	w = window.open( '/rara/includes/popUpQTLarge.php?url='+ url +'&desc='+ desc +'',
		'popQTLarge',
		'height=620,width=700,scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
	
	w.focus();
	return(true);
}*/
	
	
	//**
	function popQTVideo(url,desc,size){
	
	if(size == "large"){
		w = window.open( '/rara/french/includes/popUpQTLarge.php?url='+ url +'&desc='+ desc +'','popQTLarge',
		'height=620,width=700,scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
	} 
	if (size == "small"){
		w = window.open( '/rara/french/includes/popUpQTSmall.php?url='+ url +'&desc='+ desc +'','popQTSmall',
		'height=540,width=400,scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
	}
	
	w.focus();
	return(true);
}
	

	//**
	function popAudio(id,width,height){
	
		w = window.open( '/rara/french/includes/popUpAudio.php?id='+ id +'',
						 'popAudio',
						 'height='+ height +',width='+ width +',scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
		w.focus();
		return(true);
	}


	//**
	function jumpto(document){
	
		var page = document.navigationForm.navigationMenu.options[document.navigationForm.navigationMenu.options.selectedIndex].value;

		if (page != "null") {
			document.location.href = page;
		}
	}
	//**
	
	
	//**
	function popImage(id,width,height,size){
		
		w = window.open( '/rara/french/includes/popUp.php?id='+id+'&dir='+size+'','popImage','height='+height+',width='+width+',scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
		w.focus();
		return(true);
	}
	//**
	
	//**
	function popMovieQT(id,width,height,size){
	
		w = window.open( '/rara/french/includes/popUpQT.php?id='+ id +'&size='+ size +'','popQTSmall',
			'height='+height+',width='+width+',scrollbars=1,location=no,menubar=no,resizable=yes,status=no,screenX=0,screenY=0');
		
		w.focus();
		return(true);
	}
	
	
