function w (src, w, h) {
	window.open(src, '_blank', 'width='+w+', height='+h+', top=100, left=100');
}
