<!--
function popitup(url,  h, w) {
	newwindow=window.open(url.href,'pencere','height=' + h + ',width=' + w );
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->