function openVideos(url, windowName)
{
	window.open (url, windowName, "resizable=yes,scrollbars=yes,location=no,height=" + (screen.height - 30) + ",width=" + screen.width);
}
