function openPopup(i, w, h) {
	window.open(i, 'popwin', 'width='+ w +',height='+ h);
	return false;
}