function openmovwindow_uk(pagetitle, type, thisurl, movwidth, movheight, winwidth, winheight)
{
var xWin = window.open('','','width=' + winwidth + ',height=' + winheight + ',menubar=no,toolbar=auto,personalbar=no,location=no,' + 'directories=no,status=yes,scrollbars=auto,resizable=yes,dependent=yes,left=0,top=0,screenx=0,screeny=0');
	xWin.document.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");	
	xWin.document.write("<html><head><title>" + pagetitle + "</title><link rel=\"stylesheet\" type=\"text/css\" href=\"naturalis.css\">");
	xWin.document.write("<script type=\"text/javascript\" src=\"AC_QuickTime.js\"></script>");
	xWin.document.write("</head><body style=\"background-color: black; margin: 0; padding: 0;\">");
    xWin.document.write("<div style=\"width: " + movwidth + "px; position: absolute; top: 10px; margin-left:" + Math.round((parseInt(winwidth) - parseInt(movwidth)) / 2) + "px;\">");
    xWin.document.write("<script language=\"JavaScript\" type=\"text/javascript\">");
 	xWin.document.write("QT_WriteOBJECT('" + thisurl + "', '" + movwidth + "', '" + movheight + "', '',");
 	xWin.document.write("'controller', 'false',");
 	xWin.document.write("'cache', 'true',");
 	xWin.document.write("'bgcolor', 'black',");
 	xWin.document.write("'title', 'Click and hold the mouse button to rotate the bird specimen')");
    xWin.document.write("</script></div>");
    xWin.document.write("<div style=\"position: absolute; top: " + (parseInt(movheight) + 20) + "px; width: " + (parseInt(winwidth) - 50) + "px; text-align: center; margin-left: 25px;\"><p class=\"type\">" + type + "</p><p class=\"smallmov\">Click the image and use your mouse to rotate the specimen. Alternatively you can click the image and use the arrow keys on your keyboard.</p>");
    xWin.document.write("<p class=\"smallmov\">Photography: Huub Veldhuijzen van Zanten, ETI<br>&copy; 2005 Naturalis</p>");
    xWin.document.write("</div></body></html>");
}

function openmovwindow_nl(pagetitle, type, thisurl, movwidth, movheight, winwidth, winheight)
{
var xWin = window.open('','','width=' + winwidth + ',height=' + winheight + ',menubar=no,toolbar=auto,personalbar=no,location=no,' + 'directories=no,status=yes,scrollbars=auto,resizable=yes,dependent=yes,left=0,top=0,screenx=0,screeny=0');
	xWin.document.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");	
	xWin.document.write("<html><head><title>" + pagetitle + "</title><link rel=\"stylesheet\" type=\"text/css\" href=\"naturalis.css\">");
	xWin.document.write("<script type=\"text/javascript\" src=\"AC_QuickTime.js\"></script>");
	xWin.document.write("</head><body style=\"background-color: black; margin: 0; padding: 0;\">");
    xWin.document.write("<div style=\"width: " + movwidth + "px; position: absolute; top: 10px; margin-left:" + Math.round((parseInt(winwidth) - parseInt(movwidth)) / 2) + "px;\">");
    xWin.document.write("<script language=\"JavaScript\" type=\"text/javascript\">");
 	xWin.document.write("QT_WriteOBJECT('" + thisurl + "', '" + movwidth + "', '" + movheight + "', '',");
 	xWin.document.write("'controller', 'false',");
 	xWin.document.write("'cache', 'true',");
 	xWin.document.write("'bgcolor', 'black',");
 	xWin.document.write("'title', 'Klik en houd de muisknop ingedrukt om het specimen te roteren')");
    xWin.document.write("</script></div>");
    xWin.document.write("<div style=\"position: absolute; top: " + (parseInt(movheight) + 20) + "px; width: " + (parseInt(winwidth) - 50) + "px; text-align: center; margin-left: 25px;\"><p class=\"type\">" + type + "</p><p class=\"smallmov\">Klik en houd de muisknop ingedrukt om het specimen te roteren. Het is ook mogelijk om te klikken en de pijltoetsen op uw toetsenbord te gebruiken.</p>");
    xWin.document.write("<p class=\"smallmov\">Fotografie: Huub Veldhuijzen van Zanten, ETI<br>&copy; 2005 Naturalis</p>");
    xWin.document.write("</div></body></html>");
}




