


if (top.frames.length == 0) {
document.cookie = "newURL=" + escape(document.URL) + "; path=/;"
location.replace("index.htm");
}

	
function openTrack(id){
var TrackWindow = window.open("player.php?id="+id,"TrackWindow","width=400,height=400,resizable=no,scrollbars=no");
TrackWindow.focus();
}


function openMini(url){
var popLeft = screen.availWidth - 330;
var popTop = screen.availHeight - 90;

var str = "top=10,left="+popLeft+",width=320,height="+popTop+",scrollbars";

//var resizeWidth = availWidth - 320;
//var resizeHeight = availHeight; 

  //window.moveTo(0,0);
  //window.resizeTo(resizeWidth,resizeHeight);
var MiniWindow = window.open(url,"MiniWindow",str);
MiniWindow.focus();
}


function openEye(){
var EyeWindow = window.open("brickwall/brick-wall.htm","EyeWindow","width=595,height=476,scrollbars=no,resizable=no");
EyeWindow.focus();
}