function ShowInternal(url) {
var w_width = screen.width-100, w_height = screen.height-200
var w_top = 45, w_left = 45
  if (url !== 'fading') {
    internalWin=window.open(url,"internalWindow",
    "top="+w_top+",screenY="+w_top+",left="+w_left+",screenX="+w_left+",width="+w_width+",height="+w_height+",status=yes,toolbar=yes,resizable=yes,scrollbars")
    internalWin.focus()
		}
}



