<!--
var popupWin = null; 

function PopUp(url,name,attributes) {
	popupWin = window.open(url, name, attributes);
}

// -->

