function setWindowTitle(title)
{
	parent.document.title = title;
}

function openTourDatesWindow(url,title) {
    var sWindow = window.open(url,title,'width=370,height=370,scrollbars=no,left=100,top=100,screenx=100,screeny=100,resizable=no,toolbar=no,status=no,location=no,menubar=no');
    sWindow.focus();
}

function openListenWindow(url,title) {
    var sWindow = window.open(url,title,'width=300,height=100,scrollbars=no,left=100,top=100,screenx=100,screeny=100,resizable=no,toolbar=no,status=no,location=no,menubar=no');
    sWindow.focus();
}

function openVideoWindow(url,title) {
    var sWindow = window.open(url,title,'width=350,height=310,scrollbars=no,left=100,top=100,screenx=100,screeny=100,resizable=no,toolbar=no,status=no,location=no,menubar=no');
    sWindow.focus();
}


function resizeTourDatesWindow()
{
	window.resizeTo(370,370);
	return true;
}


function agb_tv() {
    var sWindow = window.open('http://aarongreerband.com/v3/html/agb_tvt.html','_agb_tv','width=650,height=525,scrollbars=no,left=100,top=100,screenx=100,screeny=100,resizable=no,toolbar=no,status=no,location=no,menubar=no,directories=no');
    sWindow.focus();
}

function agb_tv_requirements() {
    var sWindow = window.open('http://aarongreerband.com/v3/html/agb_tv_requirements.html','_agb_tv_requirements','width=550,height=550,scrollbars=no,left=350,top=100,screenx=350,screeny=100,resizable=no,toolbar=no,status=no,location=no,menubar=no,directories=no');
    sWindow.focus();
}

function resizeTVwindow()
{
	window.resizeTo(650,525);
	return true;
}

function openOpinionsWindow(url,title) {
    var sWindow = window.open(url,title,'width=450,height=320,scrollbars=no,left=100,top=100,screenx=100,screeny=100,resizable=no,toolbar=no,status=no,location=no,menubar=no');
    sWindow.focus();
}

function resizeOpinionsWindow()
{
	window.resizeTo(450,320);
	return true;
}

function closeOpinionsWindow()
{
	window.opener.location.reload();
	self.close();
	return false
}

function openPurePlayerWindow(url) {
    var sWindow = window.open(url,'pure','width=228,height=300,scrollbars=no,left=400,top=100,screenx=400,screeny=100,resizable=no,toolbar=no,status=no,location=no,menubar=no');
    sWindow.focus();
}


function launchBoards() {
    var sWindow = window.open('http://aarongreerband.com/cgi-bin/yabb/YaBB.cgi','_boards','width=700,height=500,scrollbars=no,left=100,top=100,screenx=100,screeny=100,resizable=yes,toolbar=no,status=no,location=no,menubar=no');
    sWindow.focus();
}

function showCustomPoster(url) {
    var sWindow = window.open(url,"_savings","width=580,height=650,scrollbars=yes,left=100,top=50,screenx=100,screeny=50,resizable=no,toolbar=no,status=no,location=no,menubar=no");
    sWindow.focus();
}
