/**
 *
 * @access public
 * @return void
 **/
function showPic(image){
	window.open(image, 'schema', 'width=731, height=349, top=300, left=300, resizable:no; help:no; status:no; scroll:no');
	return false;
}