// Funciones reproductor externo
// c) 2010 MioTraGus - http://www.miotragus.org
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php

function scastmp(){
	scastmpWindow = window.open("players.php?do=mp","mp","width=360,height=80,scrollbars=no,location=no");
}
function scastrp(){
	scastrpWindow = window.open("players.php?do=rp","rp","width=420,height=160,scrollbars=no,location=no");
}
function scastqt(){
	scastqtWindow = window.open("players.php?do=qt","qt","width=330,height=50,scrollbars=no,location=no");
}
