var newwindow;
function player(url)
{
	newwindow=window.open(url,'player','height=790,width=775,resizable=no,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no');
	if (window.focus) {newwindow.focus()}
}

var viewhistory;
function history(url)
{
	viewhistory=window.open(url,'history','height=372,width=380,resizable=no,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no');
	if (window.focus) {newwindow.focus()}
}

var newrequest;
function request(url)
{
	newrequest=window.open(url,'request','height=400,width=450,resizable=no,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no');
	if (window.focus) {newwindow.focus()}
}
