/*
This Library contains the functions needed to open up the House Player
Last Updated: 9/29/2011
*/


function openhouse() {
    window.open("/Player2011/Player.aspx?StreamID=32kAAC", "Player2011", "width=900,height=485,scrollbars=0,resizable=0");
    //window.open("/player/Player20.asp", "", "width=720,height=500")
}

function openHousePlayer20kWMA() {
    window.open("/Player2011/Player.aspx?StreamID=20kWMA", "Player2011", "width=900,height=485,scrollbars=0,resizable=0");
    //window.open("/player/Player20.asp", "", "width=720,height=500")
}

function openHousePlayer32kAAC() {
    window.open("/Player2011/Player.aspx?StreamID=32kAAC", "Player2011", "width=900,height=485,scrollbars=0,resizable=0");
    //window.open("/player/Player32KMP3.asp", "", "width=720,height=460")
}

function openHousePlayer32kWMA() {
    window.open("/Player2011/Player.aspx?StreamID=32kWMA", "Player2011", "width=900,height=485,scrollbars=0,resizable=0");
    //window.open("/player/Player32KMP3.asp", "", "width=720,height=460")
}

function openHousePlayer64kAAC() {
    window.open("/Player2011/Player.aspx?StreamID=64kAAC", "Player2011", "width=900,height=485,scrollbars=0,resizable=0");
    //window.open("/player/Player64KMP3.asp", "", "width=720,height=460")
}

function openHousePlayer64kWMA() {
    window.open("/Player2011/Player.aspx?StreamID=64kWMA", "Player2011", "width=900,height=485,scrollbars=0,resizable=0");
    //window.open("/player/player64.asp", "", "width=720,height=500")
}

function openPraisePlayer() {
    window.open("http://www.klvv.com/Player2011/Player.aspx?StreamID=32kAAC", "Player2011", "width=900,height=485,scrollbars=0,resizable=0");
}



/*

Old Functions defunct as of 9/29/2011)

function mail(domain, user) {
document.location.href = "mailto:" + user + "@" + domain + "?body=Let us know where you live";
}

function openhouseNoPlaylist() {
newwin = window.open("/player/Player32KMP3.asp")
}

function openhouse20k() {
var newwin = window.open("/player/Player20.asp", "", "width=720,height=500")
}

function openhouse20kwma() {
var newwin = window.open("/player/Player20.asp", "", "width=720,height=500")
}

function openhouse32kmp3() {
newwin = window.open("/player/Player32KMP3.asp", "", "width=720,height=460")
}

function openhouse32kwma() {
var newwin = window.open("/player/PlayerCounter.asp", "", "width=720,height=500")
}


function openhouse64kwma() {
newwin = window.open("/player/player64.asp", "", "width=720,height=500")
}

function openhouse64k() {
newwin = window.open("/player/player64.asp","","width=720,height=500")
}



function openhouse64kMP3() {
newwin = window.open("/player/Player64KMP3.asp", "", "width=720,height=460")
}

function openHPL() {
newwin = window.open("/player/playlist/plStart.asp","playlist","height=544,width=790,scrollbars=yes,resizable=no,left=0,top=0,screenX=0,screenY=0")
}

function openhouse() {
//newwin = window.open("/player/Player32K.asp", "", "width=720,height=460")
var newwin = window.open("/player/PlayerCounter.asp", "", "width=720,height=500")
}

function openhouse2() {
var popurl = "/player/Player2.asp"
var newwin
newwin = window.open(popurl,"","width=720,height=460")
}

function openmail(t, s, b) {
window.open("../mailform/redirect.asp?to=" + t + "&subject=" + s + "&body=" + b + "", "", "width=600,height=380,top=150,left=200");
}


function openPL() {
newwin = window.open("http://www.mypraisefm.net/playlist/plStart.asp","playlist","height=544,width=790,scrollbars=yes,resizable=no,left=0,top=0,screenX=0,screenY=0")
}

function openshar() {
var popurl = "/player/player64.asp"
var newwin
newwin = window.open(popurl,"","width=720,height=500")
}


function opensurvey() {
var popurl = "http://www.thehousefm.com/Top10/sframe.htm"
var newwin
newwin = window.open(popurl,"","top=0,left=200,width=758,height=580,")
}
*/
