<!--
    function popUp(url, name, width, height) {

if (url == "../technology/technology.asp?technologyid="){
	//alert("ures");
	return false;
}

        var blnWin = window.open(url,name,'width=' + width + ', height=' + height+ ', scrollbars=1, menu=0, directories=0, status=0');

        if (blnWin) {
            return false;
        }
        else {
            return true;
        }
    }
//-->
