leftPos = 0
if(screen){
	leftPos = screen.width-425
	}

function openView(url) { //v2.0
  window.open(url,"view","width=425,height=600,left="+leftPos+",top=25,toolbar=no,resizable=no,scrollbars=no,location=no");
}