//v1.7
// Flash Player Version Detection
// Detect Client Browser type
// Copyright 2005-2007 Adobe Systems Incorporated.  All rights reserved.
var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;

function PlayOASIS(){
    window.open('http://players.music-eclub.com/?action=player&sid[]=170586','player','width=460,height=100');
}

function PlayAQUA-MARINE(){
    window.open('http://players.music-eclub.com/?action=player&sid[]=164038','player','width=460,height=100');
}

function PlaySmile(){
    window.open('http://players.music-eclub.com/?action=player&sid[]=159092','player','width=460,height=100');
}