function newWindow(v_file,v_width, v_height) {
	picwindow = window.open(v_file ,"details", "width="+ v_width + ", height="+ v_height +", left=50,top=50,toolbar=no, location=no,resizable=yes,menubar=no,scrollbars=yes")
	picwindow.focus()
}


