function openInBlank(url){
	var newWindow = window.open(url,"_blank","width=810,height=550,left=10,top=10,location=yes,menubar=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes");
}
