function theplayer() {
player=window.open( "mediaplayer", "myWindow", "status = 1, height = 149, width = 460, resizable = 0" )
}
function thewebcam() {
page=window.open("webcam-remote.php","AmberSound", "status = 0, height = 420, width = 704, resizable = 0, scrollbars = 0" )	
}
function radioplayer() {
page=window.open("radioplayer/console/index.html","RadioPlayer", "status = 0, height = 665, width = 380, resizable = 0, scrollbars = 0" )	
}
