
	var win
	function openwin(pic,path)
	{

		
			win=window.open(path+pic,"bbmbgallery","scrollbars=1,menubar=0,height=540,width=800,screenx=0,screeny=0,top=0,left=0")
			win.focus()
	
	}

