var newwin;function bigpic(url){	newwin=window.open(url,'name','width=640,height=480,scrollbars=no,resizable=0');	if (window.focus) {newwin.focus()}}
