function openWindow(URL, windowName, features) {
	playerWindow = window.open(URL,windowName, features);
	playerWindow.focus();
}