var file_path		= "";
var image_file		= "";


function view_detail(the_path, the_image)
{
	file_path		= the_path;
	image_file		= the_image;
	popup_url		= "view_detail.html";
	popup_features	= "width=356,height=434,scrollbars=no";
	nelson1			= window.open(popup_url, "view_detail", popup_features);
	nelson1.focus();
}


function view_detail_transcript(the_path, the_image)
{
	file_path		= the_path;
	image_file		= the_image;
	popup_url		= "view_detail_transcript.html";
	popup_features	= "width=604,height=434,scrollbars=no"
	nelson2			= window.open(popup_url, "view_detail_transcript", popup_features);
	nelson2.focus();
}