function media_player() {
	props=window.open('player/media-player.php?lang=&z=ram', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=310, height=210 left = 100, top = 100');
}
function real_player() {
	props=window.open('player/real-player.php?lang=&z=ram', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=310, height=210 left = 100, top = 100');
}
function flash_player() {
	props=window.open('player/flash-player.php?lang=&z=ram', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=310, height=210 left = 100, top = 100');
}


var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return true;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return true;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return true")

