var GBwin;
function GB_hide() {
    GB_CURRENT.hide(GBwin)
}
function abrirPrivacidad() {
    GBwin = GB_showCenter("", applicationPath + "/privacidad.aspx", 600, 550, null)
}
function enviaTuMaqueta() {
    GBwin = GB_showCenter("", applicationPath + "/enviatumaqueta.aspx", 250, 530, null)
}
function contacto() {
    GBwin = GB_showCenter("", applicationPath + "/contacto.aspx", 430, 530, null)
}
function abrirRegistro() {
    GBwin = GB_showCenter("", applicationPath + "/registrate/registration_form.asp", 750, 720, null)
}
function comboartistas(){
	document.getElementById("otrosartistas").style.display = "block";
}
function upload() {
    GBwin = GB_showCenter("", applicationPath + "/upload.aspx", 370, 370, null)
}
function galeriaproximamente() {
    GBwin = GB_showCenter("", applicationPath + "/proximamente.htm", 250, 370, null)
}
function cerrarComboArtistas(){
	document.getElementById("otrosartistas").style.display = "none";
}
function abrirPlayList(player) {
    document[player].abrirPlayList();
}
function cargarPlayer(ruta, imagen) {
    document['playerSwf'].cargarArchivo(ruta, imagen);
}
function addToPlayList(multimediaID) {
    GBwin = GB_showCenter("", applicationPath + "/addToPlayList.aspx?id="+multimediaID, 150, 400, null)
}