function qtEmbed(movie)
{
    embed = '<embed src="videos/' + movie + '" width="480" height="376"></embed>';
	document.write('</script>')
	document.write(embed);
}

function galleryWin(image, width, height)
{
  features = "width=" + (width+20) + ", height=" + (height+20) + ", directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no";
  newWindow= window.open(image, '', features);
}