function openwindow(windowname)
{
	window.open(windowname,"movie","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=712,height=560");
}

function openwindowsmall(windowname)
{
	window.open(windowname,"details","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=384,height=384");
}