function badlink(wintype) {
t=screen.height/2-200;
w=screen.width/2-225;
SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=auto,menubar=no,width=450,height=400,top="+t+",left="+w+"");
SmallWin.window.focus()
}


function dynAnimation() {}
function clickSwapImg() {}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function SmallWindow(wintype) {
t=screen.height/2-300;
w=screen.width/2-225;
SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=auto,menubar=no,width=450,height=600,top="+t+",left="+w+"");
SmallWin.window.focus()
}function mailWindow(wintype) {
t=screen.height/2-300;
w=screen.width/2-225;
SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=auto,menubar=no,width=300,height=300,top="+t+",left="+w+"");
SmallWin.window.focus()
}