function Opp(URL, w, h){
	window.open('pic.html?' + URL, w, 'width=' + w + ',height=' + h);
}