function bigimg(url){
	window.open(url, "subwindow", "scrollbars=no, menubar=no,");
}
